Jar examples for 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 .
You can download jar file owlapi-oboformat 3.5.0 in this page.
The BSD 3-Clause License
You can use the following script to add owlapi-oboformat-3.5.0.jar to your project.
<dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-oboformat</artifactId> <version>3.5.0</version> </dependency>
compile group: 'net.sourceforge.owlapi', name: 'owlapi-oboformat', version: '3.5.0'
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "3.5.0"
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="3.5.0"/>
@Grapes(@Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='3.5.0'))
'net.sourceforge.owlapi:owlapi-oboformat:jar:3.5.0'
Click the following link to download the jar file.
owlapi-oboformat-3.5.0-javadoc.jar