MVN

io.github.codec356 : ontapi

Maven & Gradle

Mar 05, 2022
0 stars

ONT-API is a RDF-centric library to work with OWL

<dependency>
    <groupId>io.github.codec356</groupId>
    <artifactId>ontapi</artifactId>
    <version>3.0.1-perfomance-fix</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.codec356 : ontapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1-perfomance-fix

All Versions

Choose a version of io.github.codec356 : ontapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ontapi-3.0.1-perfomance-fix

How to add a dependency to Maven

Add the following io.github.codec356 : ontapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.codec356</groupId>
    <artifactId>ontapi</artifactId>
    <version>3.0.1-perfomance-fix</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.codec356 : ontapi gradle dependency to your build.gradle file:

implementation 'io.github.codec356:ontapi:3.0.1-perfomance-fix'

Gradle Kotlin DSL: Add the following io.github.codec356 : ontapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.codec356:ontapi:3.0.1-perfomance-fix")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.codec356 : ontapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.codec356" % "ontapi" % "3.0.1-perfomance-fix"

Advertisement