| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.vrp-rep |
| Идентификатор | Идентификаторvrprep-model |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Описание |
ОписаниеVRP-REP model files
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| vrprep-model-0.5.0.pom | |
| vrprep-model-0.5.0.jar | 57 KB |
| vrprep-model-0.5.0-sources.jar | 36 KB |
| vrprep-model-0.5.0-javadoc.jar | 314 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/ -->
<dependency>
<groupId>org.vrp-rep</groupId>
<artifactId>vrprep-model</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation 'org.vrp-rep:vrprep-model:0.5.0'
// https://jarcasting.com/artifacts/org.vrp-rep/vrprep-model/
implementation ("org.vrp-rep:vrprep-model:0.5.0")
'org.vrp-rep:vrprep-model:jar:0.5.0'
<dependency org="org.vrp-rep" name="vrprep-model" rev="0.5.0">
<artifact name="vrprep-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vrp-rep', module='vrprep-model', version='0.5.0')
)
libraryDependencies += "org.vrp-rep" % "vrprep-model" % "0.5.0"
[org.vrp-rep/vrprep-model "0.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.xml.bind : jaxb-api | jar | 2.2.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |