is not current version
Last Version 4.4.6

com.github.rinde:rinsim-main 3.2.4

RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP).

GroupId

GroupId

com.github.rinde
ArtifactId

ArtifactId

rinsim-main
Version

Version

3.2.4
Type

Type

jar

Download rinsim-main 3.2.4


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