joelhaasnoot / ojp-java-model

Generate the classe for OJP XSD's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Generate the classe for OJP XSD's

License:European Union Public License 1.2


Languages

Language:Java 86.8%Language:Shell 13.2%