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