is not current version
Last Version 4.4.6

com.github.rinde:rinsim-main 2.3.2

RinSim is a multi-agent system simulator written in Java. It supports problems in the fields of transportation and logistics, most notably dynamic pickup-and-delivery problems (PDP).

GroupId

GroupId

com.github.rinde
ArtifactId

ArtifactId

rinsim-main
Version

Version

2.3.2
Type

Type

jar

Download rinsim-main 2.3.2


<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/ -->
<dependency>
    <groupId>com.github.rinde</groupId>
    <artifactId>rinsim-main</artifactId>
    <version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/
implementation 'com.github.rinde:rinsim-main:2.3.2'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-main/
implementation ("com.github.rinde:rinsim-main:2.3.2")
'com.github.rinde:rinsim-main:jar:2.3.2'
<dependency org="com.github.rinde" name="rinsim-main" rev="2.3.2">
  <artifact name="rinsim-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-main', version='2.3.2')
)
libraryDependencies += "com.github.rinde" % "rinsim-main" % "2.3.2"
[com.github.rinde/rinsim-main "2.3.2"]