Please refer to the Wiki Section.
- Add repository
<repository>
<id>repsy</id>
<url>https://repo.repsy.io/mvn/opentimetable/maven</url>
</repository>
- Add dependency
<dependency>
<groupId>org.opentimetable</groupId>
<artifactId>ottf4j</artifactId>
<version>VERSION</version>
</dependency>
- Add repository
repositories {
maven {
url "https://repo.repsy.io/mvn/opentimetable/maven"
}
}
- Add dependency
dependencies {
implementation 'org.opentimetable:ottf4j:VERSION'
}
If you encounter any bugs while using OTTF4J, please report them in the Issues Section.
You can receive additional support in the Discussions Section.