o

owllink-owlapi-parent

The OWLlink API is both a client API and a server API. The client API enables OWLAPI-based application to use OWLlink services offered by an arbitrary OWLlink server that provides a HTTP/XML binding. This repository contains a fork of the original code, for the purpose of providing an OWLAPI 5 compliant version of the OWLLink library.
https://github.com/ignazio1977/owllink-owlapi/
GNU LGPL Version 3.0
Ignazio Palmisano
文件下载
文件名 操作
owllink-owlapi-parent-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owllink-owlapi-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owllink-owlapi-parent:2.0.0'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owllink-owlapi-parent:2.0.0")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owllink-owlapi-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owllink-owlapi-parent', version='2.0.0')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owllink-owlapi-parent" rev="2.0.0" />
Leiningen
[net.sourceforge.owlapi/owllink-owlapi-parent "2.0.0"]
Apache Buildr
'net.sourceforge.owlapi:owllink-owlapi-parent:jar:2.0.0'