MVN

org.apache.bigtop.itest : itest-common

Maven & Gradle

Aug 03, 2023
6 usages

iTest: system and integration testing in the cloud

<dependency>
    <groupId>org.apache.bigtop.itest</groupId>
    <artifactId>itest-common</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.bigtop.itest : itest-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of org.apache.bigtop.itest : itest-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
itest-common-3.2.1
3.1.x
itest-common-3.1.1
itest-common-3.1.0
3.0.x
itest-common-3.0.1
itest-common-3.0.0
1.5.x
itest-common-1.5.0
1.4.x
itest-common-1.4.0
1.3.x
itest-common-1.3.0
1.2.x
itest-common-1.2.1
itest-common-1.2.0
1.1.x
itest-common-1.1.0
1.0.x
itest-common-1.0.0
0.8.x
itest-common-0.8.0
0.7.x
itest-common-0.7.0
0.6.x
itest-common-0.6.0
0.5.x
itest-common-0.5.0
0.4.x
itest-common-0.4.0-incubating
0.3.x
itest-common-0.3.0-incubating
0.2.x
itest-common-0.2.0-incubating

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.bigtop.itest</groupId>
    <artifactId>itest-common</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.bigtop.itest : itest-common gradle dependency to your build.gradle file:

implementation 'org.apache.bigtop.itest:itest-common:3.2.1'

Gradle Kotlin DSL: Add the following org.apache.bigtop.itest : itest-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.bigtop.itest:itest-common:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.bigtop.itest : itest-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.bigtop.itest" % "itest-common" % "3.2.1"

Advertisement