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
The University of Manchester
Ignazio Palmisano
文件下载
文件名 操作
owlapi-parent-4.5.25.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-parent</artifactId>
  <version>4.5.25</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-parent:4.5.25'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-parent:4.5.25")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-parent" % "4.5.25"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-parent', version='4.5.25')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-parent" rev="4.5.25" />
Leiningen
[net.sourceforge.owlapi/owlapi-parent "4.5.25"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-parent:jar:4.5.25'