Download owlapi-oboformat-3.5.6.jar file - Jar o

Jar examples for o:owlapi-oboformat

Description

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.6 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add owlapi-oboformat-3.5.6.jar to your project.

<dependency>
   <groupId>net.sourceforge.owlapi</groupId>
   <artifactId>owlapi-oboformat</artifactId>
   <version>3.5.6</version>
</dependency>
compile group: 'net.sourceforge.owlapi', name: 'owlapi-oboformat', version: '3.5.6'
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "3.5.6"
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="3.5.6"/>
@Grapes(@Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='3.5.6'))
'net.sourceforge.owlapi:owlapi-oboformat:jar:3.5.6'

Download

Click the following link to download the jar file.

owlapi-oboformat-3.5.6-javadoc.jar
owlapi-oboformat-3.5.6-sources.jar
owlapi-oboformat-3.5.6.jar
owlapi-oboformat-3.5.6.pom



Related Tutorials