| GroupId | GroupIdcom.github.rinde |
|---|---|
| ArtifactId | ArtifactIdrinsim-pdptw |
| Version | Version3.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rinsim-pdptw-3.2.4.pom | |
| rinsim-pdptw-3.2.4.jar | 72 KB |
| rinsim-pdptw-3.2.4-tests.jar | 36 KB |
| rinsim-pdptw-3.2.4-sources.jar | 30 KB |
| rinsim-pdptw-3.2.4-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinde/rinsim-pdptw/ -->
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-pdptw</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-pdptw/
implementation 'com.github.rinde:rinsim-pdptw:3.2.4'
// https://jarcasting.com/artifacts/com.github.rinde/rinsim-pdptw/
implementation ("com.github.rinde:rinsim-pdptw:3.2.4")
'com.github.rinde:rinsim-pdptw:jar:3.2.4'
<dependency org="com.github.rinde" name="rinsim-pdptw" rev="3.2.4">
<artifact name="rinsim-pdptw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinde', module='rinsim-pdptw', version='3.2.4')
)
libraryDependencies += "com.github.rinde" % "rinsim-pdptw" % "3.2.4"
[com.github.rinde/rinsim-pdptw "3.2.4"]