Skip to content

opentripplanner/ojp-java-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

360 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/artifact/org.opentripplanner/ojp-java-model

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

<dependency>
    <groupId>org.opentripplanner</groupId>
    <artifactId>ojp-java-model</artifactId>
    <version>2.0.2</version>
</dependency>

About

Generate classes for OJP XSD's

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Java 90.9%
  • Shell 7.8%
  • Makefile 1.3%