MVN

net.sourceforge.owlapi : oboformat-included-owlapi

Maven & Gradle

Nov 25, 2013

oboformat-included-owlapi · 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/.

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>oboformat-included-owlapi</artifactId>
    <version>3.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.owlapi : oboformat-included-owlapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.9

All Versions

Choose a version of net.sourceforge.owlapi : oboformat-included-owlapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
oboformat-included-owlapi-3.4.9

How to add a dependency to Maven

Add the following net.sourceforge.owlapi : oboformat-included-owlapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>oboformat-included-owlapi</artifactId>
    <version>3.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.owlapi : oboformat-included-owlapi gradle dependency to your build.gradle file:

implementation 'net.sourceforge.owlapi:oboformat-included-owlapi:3.4.9'

Gradle Kotlin DSL: Add the following net.sourceforge.owlapi : oboformat-included-owlapi gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.owlapi:oboformat-included-owlapi:3.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.owlapi : oboformat-included-owlapi sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.owlapi" % "oboformat-included-owlapi" % "3.4.9"