is not current version
Last Version 5.1.20

net.sourceforge.owlapi:owlapi-parent 5.1.8

The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

owlapi-parent
Version

Version

5.1.8
Type

Type

pom

Download owlapi-parent 5.1.8

Filename Size
owlapi-parent-5.1.8.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/ -->
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-parent</artifactId>
    <version>5.1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation 'net.sourceforge.owlapi:owlapi-parent:5.1.8'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-parent/
implementation ("net.sourceforge.owlapi:owlapi-parent:5.1.8")
'net.sourceforge.owlapi:owlapi-parent:pom:5.1.8'
<dependency org="net.sourceforge.owlapi" name="owlapi-parent" rev="5.1.8">
  <artifact name="owlapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='5.1.8')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-parent" % "5.1.8"
[net.sourceforge.owlapi/owlapi-parent "5.1.8"]