is not current version
Last Version 4.4.6

com.github.rinde:rinsim-main 4.4.5

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

4.4.5
Type

Type

jar

Download rinsim-main 4.4.5


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