не последняя версия
Последняя версия 3.0.0

com.github.owlcs:ontapi 2.0.0

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

Группа

Группа

com.github.owlcs
Идентификатор

Идентификатор

ontapi
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать 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"]