is not current version
Last Version 5.1.20

net.sourceforge.owlapi:owlapi-oboformat 4.2.0

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 .

Categories

Categories

Net ORM Data
GroupId

GroupId

net.sourceforge.owlapi
ArtifactId

ArtifactId

owlapi-oboformat
Version

Version

4.2.0
Type

Type

jar

Download owlapi-oboformat 4.2.0


<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/ -->
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-oboformat</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/
implementation 'net.sourceforge.owlapi:owlapi-oboformat:4.2.0'
// https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-oboformat/
implementation ("net.sourceforge.owlapi:owlapi-oboformat:4.2.0")
'net.sourceforge.owlapi:owlapi-oboformat:jar:4.2.0'
<dependency org="net.sourceforge.owlapi" name="owlapi-oboformat" rev="4.2.0">
  <artifact name="owlapi-oboformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-oboformat', version='4.2.0')
)
libraryDependencies += "net.sourceforge.owlapi" % "owlapi-oboformat" % "4.2.0"
[net.sourceforge.owlapi/owlapi-oboformat "4.2.0"]