owllink-owlapi
- Fork of https://svn.code.sf.net/p/owllink-owlapi/code/trunk owllink-owlapi-code
- The intent of this project is to produce an OWLAPI 5 compliant OWLLink library
License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdowllinkserver |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWLLink API server side
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.
|
Filename | Size |
---|---|
owllinkserver-2.0.0.pom | |
owllinkserver-2.0.0.jar | 7 KB |
owllinkserver-2.0.0-sources.jar | 9 KB |
owllinkserver-2.0.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllinkserver/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owllinkserver</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllinkserver/
implementation 'net.sourceforge.owlapi:owllinkserver:2.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllinkserver/
implementation ("net.sourceforge.owlapi:owllinkserver:2.0.0")
'net.sourceforge.owlapi:owllinkserver:jar:2.0.0'
<dependency org="net.sourceforge.owlapi" name="owllinkserver" rev="2.0.0">
<artifact name="owllinkserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owllinkserver', version='2.0.0')
)
libraryDependencies += "net.sourceforge.owlapi" % "owllinkserver" % "2.0.0"
[net.sourceforge.owlapi/owllinkserver "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.owlapi : owllinkapi | jar | 2.0.0 |
net.sourceforge.owlapi : owllinkimpl | jar | 2.0.0 |