| License |
License |
|---|---|
| Categories |
CategoriesNet Distribution Build Tools |
| GroupId | GroupIdnet.sourceforge.owlapi |
| ArtifactId | ArtifactIdowlapi-distribution |
| Last Version | Last Version5.1.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOWLAPI :: Distribution
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-distribution-5.1.20.pom | |
| owlapi-distribution-5.1.20.jar | 2 KB |
| owlapi-distribution-5.1.20-bin.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-distribution/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-distribution</artifactId>
<version>5.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-distribution/
implementation 'net.sourceforge.owlapi:owlapi-distribution:5.1.20'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-distribution/
implementation ("net.sourceforge.owlapi:owlapi-distribution:5.1.20")
'net.sourceforge.owlapi:owlapi-distribution:jar:5.1.20'
<dependency org="net.sourceforge.owlapi" name="owlapi-distribution" rev="5.1.20">
<artifact name="owlapi-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-distribution', version='5.1.20')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-distribution" % "5.1.20"
[net.sourceforge.owlapi/owlapi-distribution "5.1.20"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
| org.mockito : mockito-core | jar | 2.20.0 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |