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://code.google.com/p/oboformat/.
http://code.google.com/p/oboformat/
The BSD 3-Clause License
文件下载
文件名 操作
owlapi-oboformat-5.5.0.jar 下载
owlapi-oboformat-5.5.0.pom 下载
owlapi-oboformat-5.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.owlapi</groupId>
  <artifactId>owlapi-oboformat</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.owlapi:owlapi-oboformat:5.5.0'
Gradle Kotlin
implementation("net.sourceforge.owlapi:owlapi-oboformat:5.5.0")
Scala SBT
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='5.5.0')
)
Apache Ivy
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="5.5.0" />
Leiningen
[net.sourceforge.owlapi/owlapi-oboformat "5.5.0"]
Apache Buildr
'net.sourceforge.owlapi:owlapi-oboformat:jar:5.5.0'