is not current version
Last Version 3.0.0

com.github.owlcs:ontapi 2.0.0

ONT-API is a RDF-centric library to work with OWL

GroupId

GroupId

com.github.owlcs
ArtifactId

ArtifactId

ontapi
Version

Version

2.0.0
Type

Type

jar

Download ontapi 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.owlcs/ontapi/ -->
<dependency>
    <groupId>com.github.owlcs</groupId>
    <artifactId>ontapi</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.owlcs/ontapi/
implementation 'com.github.owlcs:ontapi:2.0.0'
// https://jarcasting.com/artifacts/com.github.owlcs/ontapi/
implementation ("com.github.owlcs:ontapi:2.0.0")
'com.github.owlcs:ontapi:jar:2.0.0'
<dependency org="com.github.owlcs" name="ontapi" rev="2.0.0">
  <artifact name="ontapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.owlcs', module='ontapi', version='2.0.0')
)
libraryDependencies += "com.github.owlcs" % "ontapi" % "2.0.0"
[com.github.owlcs/ontapi "2.0.0"]