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.

License

License

GroupId

GroupId

org.vrp-rep
ArtifactId

ArtifactId

vrprep-model
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/VRP-REP/model
Project Organization

Project Organization

VRP-REP

Download vrprep-model

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.xml.bind : jaxb-api jar 2.2.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
org.vrp-rep
VRP-REP: the vehicle routing problem repository

Versions

Version
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.1.4
0.1.3
0.1.1
0.1.0
0.0.1