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 | ArtifactIdowllink-owlapi-parent |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOWLLink-owlapi
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| owllink-owlapi-parent-2.0.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllink-owlapi-parent/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owllink-owlapi-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllink-owlapi-parent/
implementation 'net.sourceforge.owlapi:owllink-owlapi-parent:2.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owllink-owlapi-parent/
implementation ("net.sourceforge.owlapi:owllink-owlapi-parent:2.0.0")
'net.sourceforge.owlapi:owllink-owlapi-parent:pom:2.0.0'
<dependency org="net.sourceforge.owlapi" name="owllink-owlapi-parent" rev="2.0.0">
<artifact name="owllink-owlapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owllink-owlapi-parent', version='2.0.0')
)
libraryDependencies += "net.sourceforge.owlapi" % "owllink-owlapi-parent" % "2.0.0"
[net.sourceforge.owlapi/owllink-owlapi-parent "2.0.0"]