is not current version
Last Version 4.4.6

com.github.rinde:rinsim-main 4.2.0

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.2.0
Type

Type

jar

Download rinsim-main 4.2.0


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