Files download
File Operation
ontapi-3.5.0.jar download
ontapi-3.5.0.pom download
ontapi-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.owlcs</groupId>
  <artifactId>ontapi</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.owlcs:ontapi:3.5.0'
Gradle Kotlin
implementation("com.github.owlcs:ontapi:3.5.0")
Scala SBT
libraryDependencies += "com.github.owlcs" % "ontapi" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.owlcs', module='ontapi', version='3.5.0')
)
Apache Ivy
<dependency org="com.github.owlcs" name="ontapi" rev="3.5.0" />
Leiningen
[com.github.owlcs/ontapi "3.5.0"]
Apache Buildr
'com.github.owlcs:ontapi:jar:3.5.0'