Download mason-16.jar file - Jar m

Jar examples for m:mason

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.

You can download jar file mason 16 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mason-16.jar to your project.

<dependency>
   <groupId>net.sf.sociaal</groupId>
   <artifactId>mason</artifactId>
   <version>16</version>
</dependency>
compile group: 'net.sf.sociaal', name: 'mason', version: '16'
libraryDependencies += "net.sf.sociaal" % "mason" % "16"
<dependency org="net.sf.sociaal" name="mason" rev="16"/>
@Grapes(@Grab(group='net.sf.sociaal', module='mason', version='16'))
'net.sf.sociaal:mason:jar:16'

Download

Click the following link to download the jar file.

mason-16-javadoc.jar
mason-16-sources.jar
mason-16.jar
mason-16.pom



Related Tutorials