MVN

fr.irit.smac.thirdparty.edu.gmu.cs : mason

Maven & Gradle

Oct 29, 2014
3 usages

MASON · 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>fr.irit.smac.thirdparty.edu.gmu.cs</groupId>
    <artifactId>mason</artifactId>
    <version>18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 18

All Versions

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

Version Vulnerabilities Updated
18
mason-18

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.irit.smac.thirdparty.edu.gmu.cs</groupId>
    <artifactId>mason</artifactId>
    <version>18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fr.irit.smac.thirdparty.edu.gmu.cs:mason:18'

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

implementation("fr.irit.smac.thirdparty.edu.gmu.cs:mason:18")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.irit.smac.thirdparty.edu.gmu.cs" % "mason" % "18"

Advertisement