b

bdi-gams

Allows the use of GAMS (www.gams.com) as the underlying ABM
Files download
File Operation
bdi-gams-1.0.0.jar download
bdi-gams-1.0.0.pom download
bdi-gams-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.agentsoz</groupId>
  <artifactId>bdi-gams</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.agentsoz:bdi-gams:1.0.0'
Gradle Kotlin
implementation("io.github.agentsoz:bdi-gams:1.0.0")
Scala SBT
libraryDependencies += "io.github.agentsoz" % "bdi-gams" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.agentsoz', module='bdi-gams', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.agentsoz" name="bdi-gams" rev="1.0.0" />
Leiningen
[io.github.agentsoz/bdi-gams "1.0.0"]
Apache Buildr
'io.github.agentsoz:bdi-gams:jar:1.0.0'