MVN

edu.gmu.cs : mason

Maven & Gradle

Oct 07, 2009
1 usages

MASON Multiagent Simulation Toolkit · 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.

<dependency>
    <groupId>edu.gmu.cs</groupId>
    <artifactId>mason</artifactId>
    <version>14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.gmu.cs : mason to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.0

All Versions

Choose a version of edu.gmu.cs : mason to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0
mason-14.0

How to add a dependency to Maven

Add the following edu.gmu.cs : mason maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.gmu.cs</groupId>
    <artifactId>mason</artifactId>
    <version>14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.gmu.cs : mason gradle dependency to your build.gradle file:

implementation 'edu.gmu.cs:mason:14.0'

Gradle Kotlin DSL: Add the following edu.gmu.cs : mason gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.gmu.cs:mason:14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.gmu.cs : mason sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.gmu.cs" % "mason" % "14.0"

Advertisement