Monnet Ontology Intefaces
Monnet interfaces for working with ontologies, consist of the following components
main
: The main interfacesowlapi
: Interface with OWLAPIlabel
: Label extraction tools
Javadoc is here
License |
License
BSD 3-clause "New" or "Revised" License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.monnetproject |
ArtifactId | ArtifactIdontology |
Last Version | Last Version1.18.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.monnetproject.ontology OSGi Bundle
com.github.monnetproject.ontology OSGi Bundle from the Monnet Project's ontology.project project.
|
Filename | Size |
---|---|
ontology-1.18.4.pom | |
ontology-1.18.4.jar | 19 KB |
ontology-1.18.4-sources.jar | 18 KB |
ontology-1.18.4-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.monnetproject/ontology/ -->
<dependency>
<groupId>com.github.monnetproject</groupId>
<artifactId>ontology</artifactId>
<version>1.18.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.monnetproject/ontology/
implementation 'com.github.monnetproject:ontology:1.18.4'
// https://jarcasting.com/artifacts/com.github.monnetproject/ontology/
implementation ("com.github.monnetproject:ontology:1.18.4")
'com.github.monnetproject:ontology:jar:1.18.4'
<dependency org="com.github.monnetproject" name="ontology" rev="1.18.4">
<artifact name="ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.monnetproject', module='ontology', version='1.18.4')
)
libraryDependencies += "com.github.monnetproject" % "ontology" % "1.18.4"
[com.github.monnetproject/ontology "1.18.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.monnetproject : language | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
Monnet interfaces for working with ontologies, consist of the following components
main
: The main interfacesowlapi
: Interface with OWLAPIlabel
: Label extraction toolsJavadoc is here