MVN

edu.isi.kcap : ontapi

Maven & Gradle

Jun 20, 2023
0 stars

KCAP Ontology API · Ontology API for KCAP projects

<dependency>
    <groupId>edu.isi.kcap</groupId>
    <artifactId>ontapi</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.isi.kcap : ontapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of edu.isi.kcap : ontapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ontapi-1.3.2
ontapi-1.3.1
ontapi-1.3.0
1.2.x
ontapi-1.2.4

How to add a dependency to Maven

Add the following edu.isi.kcap : ontapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.isi.kcap</groupId>
    <artifactId>ontapi</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.isi.kcap : ontapi gradle dependency to your build.gradle file:

implementation 'edu.isi.kcap:ontapi:1.3.2'

Gradle Kotlin DSL: Add the following edu.isi.kcap : ontapi gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.isi.kcap:ontapi:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.isi.kcap : ontapi sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.isi.kcap" % "ontapi" % "1.3.2"

Advertisement