| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.owlapi |
| ArtifactId | ArtifactIdowlapi-owlxml |
| Last Version | Last Version3.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOWLXML Parser
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 Organization |
| Filename | Size |
|---|---|
| owlapi-owlxml-3.3.pom | |
| owlapi-owlxml-3.3.jar | 203 KB |
| owlapi-owlxml-3.3-sources.jar | 189 KB |
| owlapi-owlxml-3.3-javadoc.jar | 719 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-owlxml/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-owlxml</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-owlxml/
implementation 'net.sourceforge.owlapi:owlapi-owlxml:3.3'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-owlxml/
implementation ("net.sourceforge.owlapi:owlapi-owlxml:3.3")
'net.sourceforge.owlapi:owlapi-owlxml:jar:3.3'
<dependency org="net.sourceforge.owlapi" name="owlapi-owlxml" rev="3.3">
<artifact name="owlapi-owlxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-owlxml', version='3.3')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-owlxml" % "3.3"
[net.sourceforge.owlapi/owlapi-owlxml "3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.owlapi : owlapi-util | jar | 3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |