GroupId | GroupIdio.github.agentsoz |
---|---|
ArtifactId | ArtifactIdbdi-matsim |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
bdi-matsim-1.0.0.pom | |
bdi-matsim-1.0.0.jar | 40 KB |
bdi-matsim-1.0.0-sources.jar | 34 KB |
bdi-matsim-1.0.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.agentsoz/bdi-matsim/ -->
<dependency>
<groupId>io.github.agentsoz</groupId>
<artifactId>bdi-matsim</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.agentsoz/bdi-matsim/
implementation 'io.github.agentsoz:bdi-matsim:1.0.0'
// https://jarcasting.com/artifacts/io.github.agentsoz/bdi-matsim/
implementation ("io.github.agentsoz:bdi-matsim:1.0.0")
'io.github.agentsoz:bdi-matsim:jar:1.0.0'
<dependency org="io.github.agentsoz" name="bdi-matsim" rev="1.0.0">
<artifact name="bdi-matsim" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.agentsoz', module='bdi-matsim', version='1.0.0')
)
libraryDependencies += "io.github.agentsoz" % "bdi-matsim" % "1.0.0"
[io.github.agentsoz/bdi-matsim "1.0.0"]