mason
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>edu.gmu.cs</groupId> <artifactId>mason</artifactId> <version>14.0</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>edu.gmu.cs</groupId> <artifactId>mason</artifactId> <version>14.0</version> <packaging>jar</packaging> <name>MASON Multiagent Simulation Toolkit</name> <description>MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.</description> <url>http://www.cs.gmu.edu/~eclab/projects/mason/</url> <licenses> <license> <name>Academic Free License, version 3.0</name> <url>http://www.cs.gmu.edu/~eclab/projects/mason/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://mason.dev.java.net/</url> </scm> <mailingLists> <mailingList> <name>MASON-INTEREST-L</name> <subscribe>https://listserv.gmu.edu/cgi-bin/wa?SUBED1=mason-interest-l</subscribe> <unsubscribe>https://listserv.gmu.edu/cgi-bin/wa?SUBED1=mason-interest-l</unsubscribe> <archive>https://listserv.gmu.edu/archives/mason-interest-l.html</archive> </mailingList> </mailingLists> <dependencies> <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.14</version> </dependency> <dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.0.11</version> </dependency> <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.4</version> </dependency> </dependencies> </project>