Skip to content

Latest commit

 

History

History
80 lines (67 loc) · 2.51 KB

File metadata and controls

80 lines (67 loc) · 2.51 KB

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.