dsol-swing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.tudelft.simulation</groupId> <artifactId>dsol-swing</artifactId> <version>4.2.8</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"> <modelVersion>4.0.0</modelVersion> <groupId>nl.tudelft.simulation</groupId> <artifactId>dsol-swing</artifactId> <version>4.2.8</version> <name>DSOL swing project</name> <description>DSOL classes for statistics display, gui building, and animation; includes sprites, GIS, and drawing in 2D and 3D</description> <url>https://simulation.tudelft.nl/dsol/docs/latest/dsol-swing</url> <inceptionYear>2002</inceptionYear> <organization> <name>Delft University of Technology, Policy Analysis Section</name> <url>https://simulation.tudelft.nl</url> </organization> <licenses> <license> <name>BSD 3-Clause license</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>PeterJacobs</id> <name>Peter H.M. Jacobs</name> <email>phmjacobs@hotmail.com</email> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>1</timezone> </developer> <developer> <id>averbraeck</id> <name>Alexander Verbraeck</name> <email>a.verbraeck@tudelft.nl</email> <url>https://www.tbm.tudelft.nl/averbraeck</url> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://simulation.tudelft.nl</organizationUrl> <roles> <role>architect</role> <role>developer</role> <role>maintainance</role> </roles> <timezone>1</timezone> </developer> </developers> <contributors> <contributor> <name>Niels Lang</name> <organization>Erasmus University Rotterdam, the Netherlands</organization> <organizationUrl>https://www.rsm.eur.nl</organizationUrl> <roles> <role>developer</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Stijn-Pieter van Houten</name> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.tudelft.nl</organizationUrl> <roles> <role>developer</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Roy Chin</name> <organization>Delft University of Technology, the Netherlands</organization> <organizationUrl>https://www.tudelft.nl</organizationUrl> <roles> <role>developer</role> </roles> <timezone>1</timezone> </contributor> <contributor> <name>Mamadou Seck</name> <organization>Old Dominion University, USA</organization> <organizationUrl>https://www.odu.edu</organizationUrl> <roles> <role>developer</role> </roles> <timezone>-5</timezone> </contributor> </contributors> <scm> <connection>scm:git:git://github.com/averbraeck/dsol4.git/dsol-swing</connection> <developerConnection>scm:git:ssh://github.com:averbraeck/dsol4.git/dsol-swing</developerConnection> <url>https://github.com/averbraeck/dsol4/tree/master/dsol-swing</url> </scm> <dependencies> <dependency> <groupId>nl.tudelft.simulation</groupId> <artifactId>dsol-core</artifactId> <version>4.2.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>nl.tudelft.simulation</groupId> <artifactId>dsol-animation</artifactId> <version>4.2.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>nl.tudelft.simulation</groupId> <artifactId>dsol-introspection</artifactId> <version>4.2.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.5.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>tablelayout</groupId> <artifactId>TableLayout</artifactId> <version>20020517</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.tinylog</groupId> <artifactId>tinylog</artifactId> <version>1.3.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.djutils</groupId> <artifactId>djutils-base</artifactId> <version>2.3.2</version> <scope>compile</scope> </dependency> </dependencies> </project>