License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdowlapi-testsupport |
Version | Version3.5.2 |
Type | Typejar |
Description |
DescriptionThe 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-testsupport-3.5.2.pom | |
owlapi-testsupport-3.5.2.jar | 2 KB |
owlapi-testsupport-3.5.2-sources.jar | 1 KB |
owlapi-testsupport-3.5.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-testsupport/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-testsupport</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-testsupport/
implementation 'net.sourceforge.owlapi:owlapi-testsupport:3.5.2'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-testsupport/
implementation ("net.sourceforge.owlapi:owlapi-testsupport:3.5.2")
'net.sourceforge.owlapi:owlapi-testsupport:jar:3.5.2'
<dependency org="net.sourceforge.owlapi" name="owlapi-testsupport" rev="3.5.2">
<artifact name="owlapi-testsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-testsupport', version='3.5.2')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-testsupport" % "3.5.2"
[net.sourceforge.owlapi/owlapi-testsupport "3.5.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.trove4j : trove4j | jar | 3.0.3 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |