is not current version
Last Version 2.0.1

net.sourceforge.owlapi:binaryowl 1.4.4

A package that provides serialization and deserialization capabilities for the Binary OWL file format

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

binaryowl
Version

Version

1.4.4
Type

Type

jar

Download binaryowl 1.4.4


<!-- 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"]