MVN

it.unibz.inf.ontop : ontop-docker-tests

Maven & Gradle

Nov 18, 2022

Ontop docker testing module. It contains the test that can be run by the docker.

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-docker-tests</artifactId>
    <version>4.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2.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-docker-tests to add to Maven or Gradle - All Versions:

  • Version Updated
  • ontop-docker-tests-4.2.2

    Nov 18, 2022
  • ontop-docker-tests-4.2.1

    Apr 19, 2022
  • ontop-docker-tests-4.2.0

    Dec 30, 2021
  • ontop-docker-tests-4.1.1

    Jul 23, 2021
  • ontop-docker-tests-4.1.0

    Feb 28, 2021
  • ontop-docker-tests-4.0.3

    Oct 16, 2020
  • ontop-docker-tests-4.0.2

    Sep 04, 2020
  • ontop-docker-tests-4.0.0

    Jul 31, 2020
  • ontop-docker-tests-4.0.0-rc-1

    Jul 08, 2020
  • ontop-docker-tests-4.0.0-beta-1

    Dec 21, 2019
  • ontop-docker-tests-3.0.1

    Dec 17, 2019
  • ontop-docker-tests-3.0.0

    Aug 23, 2019
  • ontop-docker-tests-3.0.0-beta-2

    Feb 27, 2018
  • ontop-docker-tests-3.0.0-beta-1

    Aug 11, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>it.unibz.inf.ontop</groupId>
    <artifactId>ontop-docker-tests</artifactId>
    <version>4.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.unibz.inf.ontop:ontop-docker-tests:4.2.2'

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

implementation("it.unibz.inf.ontop:ontop-docker-tests:4.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.unibz.inf.ontop" % "ontop-docker-tests" % "4.2.2"