Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdowlapi-tools |
Version | Version4.5.2 |
Type | Typejar |
Filename | Size |
---|---|
owlapi-tools-4.5.2.pom | |
owlapi-tools-4.5.2.jar | 143 KB |
owlapi-tools-4.5.2-sources.jar | 135 KB |
owlapi-tools-4.5.2-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tools/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>owlapi-tools</artifactId>
<version>4.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tools/
implementation 'net.sourceforge.owlapi:owlapi-tools:4.5.2'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-tools/
implementation ("net.sourceforge.owlapi:owlapi-tools:4.5.2")
'net.sourceforge.owlapi:owlapi-tools:jar:4.5.2'
<dependency org="net.sourceforge.owlapi" name="owlapi-tools" rev="4.5.2">
<artifact name="owlapi-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-tools', version='4.5.2')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-tools" % "4.5.2"
[net.sourceforge.owlapi/owlapi-tools "4.5.2"]