License |
License |
---|---|
GroupId | GroupIdcom.github.ansell.owlapi |
ArtifactId | ArtifactIdowlapi-tools |
Last Version | Last Version3.4.9.2-ansell |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWLAPI :: Tools
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
|
Project Organization |
Project OrganizationCSIRO HRPPC |
Filename | Size |
---|---|
owlapi-tools-3.4.9.2-ansell.pom | |
owlapi-tools-3.4.9.2-ansell.jar | 161 KB |
owlapi-tools-3.4.9.2-ansell-sources.jar | 150 KB |
owlapi-tools-3.4.9.2-ansell-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-tools/ -->
<dependency>
<groupId>com.github.ansell.owlapi</groupId>
<artifactId>owlapi-tools</artifactId>
<version>3.4.9.2-ansell</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-tools/
implementation 'com.github.ansell.owlapi:owlapi-tools:3.4.9.2-ansell'
// https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-tools/
implementation ("com.github.ansell.owlapi:owlapi-tools:3.4.9.2-ansell")
'com.github.ansell.owlapi:owlapi-tools:jar:3.4.9.2-ansell'
<dependency org="com.github.ansell.owlapi" name="owlapi-tools" rev="3.4.9.2-ansell">
<artifact name="owlapi-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.owlapi', module='owlapi-tools', version='3.4.9.2-ansell')
)
libraryDependencies += "com.github.ansell.owlapi" % "owlapi-tools" % "3.4.9.2-ansell"
[com.github.ansell.owlapi/owlapi-tools "3.4.9.2-ansell"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ansell.owlapi : owlapi-api | jar | 3.4.9.2-ansell |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |