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