MVN

org.apache.jena : jena-integration-tests

Maven & Gradle

Jul 04, 2023

Apache Jena - Integration Testing · Apache Jena - Integration testing and test tools

<dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-integration-tests</artifactId>
    <version>4.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jena : jena-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.0

All Versions

Choose a version of org.apache.jena : jena-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
jena-integration-tests-4.9.0
4.8.x
jena-integration-tests-4.8.0
4.7.x
jena-integration-tests-4.7.0
4.6.x
jena-integration-tests-4.6.1
jena-integration-tests-4.6.0
4.5.x
jena-integration-tests-4.5.0
4.4.x
jena-integration-tests-4.4.0
4.3.x
jena-integration-tests-4.3.2
jena-integration-tests-4.3.1
jena-integration-tests-4.3.0
4.2.x
jena-integration-tests-4.2.0
4.1.x
jena-integration-tests-4.1.0
4.0.x
jena-integration-tests-4.0.0
3.17.x
jena-integration-tests-3.17.0
3.16.x
jena-integration-tests-3.16.0
3.15.x
jena-integration-tests-3.15.0
3.14.x
jena-integration-tests-3.14.0
3.13.x
jena-integration-tests-3.13.1
jena-integration-tests-3.13.0
3.12.x
jena-integration-tests-3.12.0
3.11.x
jena-integration-tests-3.11.0
3.10.x
jena-integration-tests-3.10.0
3.9.x
jena-integration-tests-3.9.0
3.8.x
jena-integration-tests-3.8.0
3.7.x
jena-integration-tests-3.7.0
3.6.x
jena-integration-tests-3.6.0
3.5.x
jena-integration-tests-3.5.0
3.4.x
jena-integration-tests-3.4.0
3.3.x
jena-integration-tests-3.3.0
3.2.x
jena-integration-tests-3.2.0

How to add a dependency to Maven

Add the following org.apache.jena : jena-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-integration-tests</artifactId>
    <version>4.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jena : jena-integration-tests gradle dependency to your build.gradle file:

implementation 'org.apache.jena:jena-integration-tests:4.9.0'

Gradle Kotlin DSL: Add the following org.apache.jena : jena-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jena:jena-integration-tests:4.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jena : jena-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jena" % "jena-integration-tests" % "4.9.0"

Advertisement