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