o

owlapi-parent

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
http://owlcs.github.io/owlapi/
Apache License Version 2.0, January 2004 GNU LGPL Version 3.0 Apache License, Version 2.0
The University of Manchester
Ignazio Palmisano IKM Development Team
Files download
File Operation
owlapi-parent-4.7.0.pom download
Apache Maven
<dependency>
  <groupId>dev.ikm.owlapi</groupId>
  <artifactId>owlapi-parent</artifactId>
  <version>4.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.ikm.owlapi:owlapi-parent:4.7.0'
Gradle Kotlin
implementation("dev.ikm.owlapi:owlapi-parent:4.7.0")
Scala SBT
libraryDependencies += "dev.ikm.owlapi" % "owlapi-parent" % "4.7.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.owlapi', module='owlapi-parent', version='4.7.0')
)
Apache Ivy
<dependency org="dev.ikm.owlapi" name="owlapi-parent" rev="4.7.0" />
Leiningen
[dev.ikm.owlapi/owlapi-parent "4.7.0"]
Apache Buildr
'dev.ikm.owlapi:owlapi-parent:jar:4.7.0'