Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 505 Bytes

ojp-java-model

Downloads the OJP XSD files from https://github.com/VDVde/OJP and generates java model using jaxb.

You need xmlstarlet installed.

mvn clean install

Maven central

This project is available in the central maven repository, see https://central.sonatype.com/search?q=g%3Ade.vdv&smo=true

For example, to use this in a maven project use:

<dependency>
    <groupId>de.vdv</groupId>
    <artifactId>ojp-java-model</artifactId>
    <version>1.0.3</version>
</dependency>