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.1.jar download
binaryowl-1.4.1.pom download
binaryowl-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>binaryowl</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:binaryowl:1.4.1'
Gradle Kotlin
implementation("net.sourceforge.owlapi:binaryowl:1.4.1")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "binaryowl" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='binaryowl', version='1.4.1')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="binaryowl" rev="1.4.1" />
Leiningen
[net.sourceforge.owlapi/binaryowl "1.4.1"]
Apache Buildr
'net.sourceforge.owlapi:binaryowl:jar:1.4.1'