Skip to content

OpenTimetable/OTTF4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTTF4J

OTTF parser and composer for JVM languages.


OTTF Contributors Forks Stargazers Issues MIT License

Documentation

Please refer to the Wiki Section.

Installation

Maven

  1. Add repository
<repository>
  <id>repsy</id>
  <url>https://repo.repsy.io/mvn/opentimetable/maven</url>
</repository>
  1. Add dependency
<dependency>
  <groupId>org.opentimetable</groupId>
  <artifactId>ottf4j</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

  1. Add repository
repositories {
  maven {
    url "https://repo.repsy.io/mvn/opentimetable/maven"
  }
}
  1. Add dependency
dependencies {
  implementation 'org.opentimetable:ottf4j:VERSION'
}

Bug reporting

If you encounter any bugs while using OTTF4J, please report them in the Issues Section.

Support

You can receive additional support in the Discussions Section.