MadkitSwingDriver
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.distrimind.madkit.gui.swing</groupId>
<artifactId>MadkitSwingDriver</artifactId>
<version>2.4.3-STABLE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.distrimind.madkit.gui.swing</groupId>
<artifactId>MadkitSwingDriver</artifactId>
<version>2.4.3-STABLE</version>
<name>MaDKitLanEdition - Swing driver</name>
<description>MaDKit is an open source Java Library for designing and simulating Multi-Agent Systems. Swing driver add ability for MaDKit to use GUI based on Swing.</description>
<url>https://github.com/JasonMahdjoub/MaDKitLanEdition</url>
<organization>
<name>DistriMind</name>
<url>https://github.com/JasonMahdjoub</url>
</organization>
<licenses>
<license>
<name>CeCILL-C FREE SOFTWARE LICENSE AGREEMENT</name>
<url>http://cecill.info/licences/Licence_CeCILL-C_V1-en.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>jmahdjoub</id>
<name>Jason Mahdjoub</name>
<email>jason.mahdjoub@distri-mind.fr</email>
<organization>DistriMind</organization>
<roles>
<role>Entrepreneur</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>https://github.com/JasonMahdjoub/MaDKitLanEdition</connection>
<developerConnection>https://github.com/JasonMahdjoub/MaDKitLanEdition</developerConnection>
<url>https://github.com/JasonMahdjoub/MaDKitLanEdition</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/JasonMahdjoub/MaDKitLanEdition/issues</url>
</issueManagement>
</project>