b

bdi-gams

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