b

binaryowl

A package that provides serialization and deserialization capabilities for the Binary OWL file format
https://github.com/matthewhorridge/binaryowl
GNU LGPL Version 3.0
Matthew Horridge
Files download
File Operation
binaryowl-1.4.0.jar download
binaryowl-1.4.0.pom download
binaryowl-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>binaryowl</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:binaryowl:1.4.0'
Gradle Kotlin
implementation("net.sourceforge.owlapi:binaryowl:1.4.0")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "binaryowl" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='binaryowl', version='1.4.0')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="binaryowl" rev="1.4.0" />
Leiningen
[net.sourceforge.owlapi/binaryowl "1.4.0"]
Apache Buildr
'net.sourceforge.owlapi:binaryowl:jar:1.4.0'