| GroupId | GroupIdorg.vrp-rep |
|---|---|
| ArtifactId | ArtifactIdvrprep-model |
| Version | Version0.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vrprep-model-0.2.2.pom | |
| vrprep-model-0.2.2.jar | 56 KB |
| vrprep-model-0.2.2-sources.jar | 35 KB |
| vrprep-model-0.2.2-javadoc.jar | 310 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/ -->
<dependency>
<groupId>org.vrp-rep</groupId>
<artifactId>vrprep-model</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation 'org.vrp-rep:vrprep-model:0.2.2'
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation ("org.vrp-rep:vrprep-model:0.2.2")
'org.vrp-rep:vrprep-model:jar:0.2.2'
<dependency org="org.vrp-rep" name="vrprep-model" rev="0.2.2">
<artifact name="vrprep-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vrp-rep', module='vrprep-model', version='0.2.2')
)
libraryDependencies += "org.vrp-rep" % "vrprep-model" % "0.2.2"
[org.vrp-rep/vrprep-model "0.2.2"]