MVN

eu.stratosphere : stratosphere-test-utils

Maven & Gradle

Jul 15, 2014
4 usages
192 stars

stratosphere-test-utils

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>stratosphere-test-utils</artifactId>
    <version>0.5.2-hadoop2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.stratosphere : stratosphere-test-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2-hadoop2
  • Latest Release Candidate: 0.5-rc3-hadoop2

All Versions

Choose a version of eu.stratosphere : stratosphere-test-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
stratosphere-test-utils-0.5.2-hadoop2
stratosphere-test-utils-0.5.2
stratosphere-test-utils-0.5.1-hadoop2
stratosphere-test-utils-0.5.1
0.5
stratosphere-test-utils-0.5-hadoop2
stratosphere-test-utils-0.5
stratosphere-test-utils-0.5-rc3-hadoop2
stratosphere-test-utils-0.5-rc3
stratosphere-test-utils-0.5-rc2-hadoop2
stratosphere-test-utils-0.5-rc2
stratosphere-test-utils-0.5-rc1-hadoop2
stratosphere-test-utils-0.5-rc1

How to add a dependency to Maven

Add the following eu.stratosphere : stratosphere-test-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>stratosphere-test-utils</artifactId>
    <version>0.5.2-hadoop2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.stratosphere : stratosphere-test-utils gradle dependency to your build.gradle file:

implementation 'eu.stratosphere:stratosphere-test-utils:0.5.2-hadoop2'

Gradle Kotlin DSL: Add the following eu.stratosphere : stratosphere-test-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.stratosphere:stratosphere-test-utils:0.5.2-hadoop2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.stratosphere : stratosphere-test-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.stratosphere" % "stratosphere-test-utils" % "0.5.2-hadoop2"

Advertisement