o

owlapi-oboformat

A java library for converting obo format documents to OWL, and for converting (a subset of) OWL to obo format. This version has been slightly modified to be included directly in the OWL API. The upstream code for this module and its authors can be found at https://github.com/owlcollab/oboformat .
https://github.com/owlcollab/oboformat/
The BSD 3-Clause License
Files download
File Operation
owlapi-oboformat-4.5.15.jar download
owlapi-oboformat-4.5.15.pom download
owlapi-oboformat-4.5.15-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-oboformat</artifactId>
  <version>4.5.15</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-oboformat:4.5.15'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-oboformat:4.5.15")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "4.5.15"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='4.5.15')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="4.5.15" />
Leiningen
[net.sourceforge.owlapi/owlapi-oboformat "4.5.15"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-oboformat:jar:4.5.15'