/ojp-java-model

Generate the classe for OJP XSD's

Primary LanguageJavaEuropean Union Public License 1.2EUPL-1.2

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>