Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.owlapi |
ArtifactId | ArtifactIdbinaryowl |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
binaryowl-1.4.2.pom | |
binaryowl-1.4.2.jar | 208 KB |
binaryowl-1.4.2-sources.jar | 204 KB |
binaryowl-1.4.2-javadoc.jar | 815 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/binaryowl/ -->
<dependency>
<groupId>net.sourceforge.owlapi</groupId>
<artifactId>binaryowl</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/binaryowl/
implementation 'net.sourceforge.owlapi:binaryowl:1.4.2'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/binaryowl/
implementation ("net.sourceforge.owlapi:binaryowl:1.4.2")
'net.sourceforge.owlapi:binaryowl:jar:1.4.2'
<dependency org="net.sourceforge.owlapi" name="binaryowl" rev="1.4.2">
<artifact name="binaryowl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='binaryowl', version='1.4.2')
)
libraryDependencies += "net.sourceforge.owlapi" % "binaryowl" % "1.4.2"
[net.sourceforge.owlapi/binaryowl "1.4.2"]