MVN

net.sourceforge.owlapi : owlapitools-fixers

Maven & Gradle

Nov 01, 2015
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapitools-fixers</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.4

All Versions

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

Version Vulnerabilities Updated
3.5.x
owlapitools-fixers-3.5.4
1.1.x
owlapitools-fixers-1.1.1
owlapitools-fixers-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapitools-fixers</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sourceforge.owlapi:owlapitools-fixers:3.5.4'

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

implementation("net.sourceforge.owlapi:owlapitools-fixers:3.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sourceforge.owlapi" % "owlapitools-fixers" % "3.5.4"