не последняя версия
Последняя версия 0.5.0

org.vrp-rep:vrprep-model 0.2.4

VRP-REP is a web sharing platform that put together data dedicated to Vehicle Routing Problem, that mainly uses a recommended data format described in an xsd file. This repository includes the model files used to marshall/unmarshall XML data instances using JAXB.

Группа

Группа

org.vrp-rep
Идентификатор

Идентификатор

vrprep-model
Версия

Версия

0.2.4
Тип

Тип

jar

Скачать vrprep-model 0.2.4


<!-- https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/ -->
<dependency>
    <groupId>org.vrp-rep</groupId>
    <artifactId>vrprep-model</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation 'org.vrp-rep:vrprep-model:0.2.4'
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation ("org.vrp-rep:vrprep-model:0.2.4")
'org.vrp-rep:vrprep-model:jar:0.2.4'
<dependency org="org.vrp-rep" name="vrprep-model" rev="0.2.4">
  <artifact name="vrprep-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vrp-rep', module='vrprep-model', version='0.2.4')
)
libraryDependencies += "org.vrp-rep" % "vrprep-model" % "0.2.4"
[org.vrp-rep/vrprep-model "0.2.4"]