MVN

it.unibz.inf.ontop : ontop-rdf4j

Maven & Gradle

Mar 09, 2023
1 usages
456 stars

This is the rdf4j API implementation based on Ontop

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-rdf4j</artifactId>
    <version>5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.2
  • Latest Release Candidate: 4.0.0-rc-1
  • Latest Beta: 4.0.0-beta-1

All Versions

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

  • Version Updated
  • ontop-rdf4j-5.0.2

    Mar 09, 2023
  • ontop-rdf4j-5.0.1

    Jan 29, 2023
  • ontop-rdf4j-5.0.0

    Dec 30, 2022
  • ontop-rdf4j-4.2.2

    Nov 18, 2022
  • ontop-rdf4j-4.2.1

    Apr 19, 2022
  • ontop-rdf4j-4.2.0

    Dec 30, 2021
  • ontop-rdf4j-4.1.1

    Jul 23, 2021
  • ontop-rdf4j-4.1.0

    Feb 28, 2021
  • ontop-rdf4j-4.0.3

    Oct 16, 2020
  • ontop-rdf4j-4.0.2

    Sep 04, 2020
  • ontop-rdf4j-4.0.0

    Jul 31, 2020
  • ontop-rdf4j-4.0.0-rc-1

    Jul 08, 2020
  • ontop-rdf4j-4.0.0-beta-1

    Dec 21, 2019
  • ontop-rdf4j-3.0.1

    Dec 17, 2019
  • ontop-rdf4j-3.0.0

    Aug 23, 2019
  • ontop-rdf4j-3.0.0-beta-2

    Feb 27, 2018
  • ontop-rdf4j-3.0.0-beta-1

    Aug 11, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-rdf4j</artifactId>
    <version>5.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.unibz.inf.ontop:ontop-rdf4j:5.0.2'

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

implementation("it.unibz.inf.ontop:ontop-rdf4j:5.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.unibz.inf.ontop" % "ontop-rdf4j" % "5.0.2"