MVN

it.unibz.inf.ontop : ontop-obdalib-sesame

Maven & Gradle

Jun 19, 2017

ontop-obdalib-sesame

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-obdalib-sesame</artifactId>
    <version>1.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.unibz.inf.ontop : ontop-obdalib-sesame to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.1

All Versions

Choose a version of it.unibz.inf.ontop : ontop-obdalib-sesame to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
ontop-obdalib-sesame-1.18.1
ontop-obdalib-sesame-1.18.0
1.17.x
ontop-obdalib-sesame-1.17.0
1.16.x
ontop-obdalib-sesame-1.16.1
ontop-obdalib-sesame-1.16.0
1.15.x
ontop-obdalib-sesame-1.15.0
1.14.x
ontop-obdalib-sesame-1.14.0
1.13.x
ontop-obdalib-sesame-1.13.1
ontop-obdalib-sesame-1.13.0
1.12.x
ontop-obdalib-sesame-1.12.0
1.11.x
ontop-obdalib-sesame-1.11.0
1.10
ontop-obdalib-sesame-1.10

How to add a dependency to Maven

Add the following it.unibz.inf.ontop : ontop-obdalib-sesame maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-obdalib-sesame</artifactId>
    <version>1.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.unibz.inf.ontop : ontop-obdalib-sesame gradle dependency to your build.gradle file:

implementation 'it.unibz.inf.ontop:ontop-obdalib-sesame:1.18.1'

Gradle Kotlin DSL: Add the following it.unibz.inf.ontop : ontop-obdalib-sesame gradle kotlin dependency to your build.gradle.kts file:

implementation("it.unibz.inf.ontop:ontop-obdalib-sesame:1.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.unibz.inf.ontop : ontop-obdalib-sesame sbt scala dependency to your build.sbt file:

libraryDependencies += "it.unibz.inf.ontop" % "ontop-obdalib-sesame" % "1.18.1"

Advertisement