madkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.fmichel</groupId> <artifactId>madkit</artifactId> <version>6.0.2</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>io.github.fmichel</groupId> <artifactId>madkit</artifactId> <version>6.0.2</version> <name>MaDKit</name> <description>Java library for designing and simulating Multi-Agent Systems</description> <url>http://www.madkit.net</url> <licenses> <license> <name>CeCILL-C</name> <url>https://cecill.info/licences/Licence_CeCILL-C_V1-en.html</url> </license> </licenses> <developers> <developer> <id>fmichel</id> <name>Fabien Michel</name> <email>fmichel@lirmm.fr</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/fmichel/MaDKit.git</connection> <developerConnection>scm:git:ssh://github.com:fmichel/MaDKit.git</developerConnection> <url>https://www.madkit.net/madkit/</url> </scm> <dependencies> <dependency> <groupId>org.controlsfx</groupId> <artifactId>controlsfx</artifactId> <version>11.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> <version>2.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>23.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-graphics</artifactId> <version>23.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>23.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>4.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>8.5.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.jodah</groupId> <artifactId>typetools</artifactId> <version>0.6.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>