MVN

org.hammerlab : test-utils_2.11

Maven & Gradle

Oct 19, 2017
35 usages
0 stars

test-utils · test-utils

<dependency>
    <groupId>org.hammerlab</groupId>
    <artifactId>test-utils_2.11</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hammerlab : test-utils_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of org.hammerlab : test-utils_2.11 to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-utils_2.11-1.5.1

    Oct 19, 2017
  • test-utils_2.11-1.5.0

    Oct 10, 2017
  • test-utils_2.11-1.4.0

    Sep 18, 2017
  • test-utils_2.11-1.3.1

    Aug 14, 2017
  • test-utils_2.11-1.3.0

    Aug 05, 2017
  • test-utils_2.11-1.2.3

    Jun 20, 2017
  • test-utils_2.11-1.2.2

    Apr 05, 2017
  • test-utils_2.11-1.2.1

    Apr 03, 2017
  • test-utils_2.11-1.2.0

    Mar 13, 2017
  • test-utils_2.11-1.1.6

    Feb 05, 2017
  • test-utils_2.11-1.1.5

    Feb 04, 2017
  • test-utils_2.11-1.1.4

    Jan 02, 2017
  • test-utils_2.11-1.1.3

    Dec 30, 2016
  • test-utils_2.11-1.1.2

    Dec 30, 2016
  • test-utils_2.11-1.1.1

    Dec 07, 2016
  • test-utils_2.11-1.1.0

    Dec 05, 2016
  • test-utils_2.11-1.0.1

    Dec 04, 2016
  • test-utils_2.11-1.0.0

    Dec 04, 2016

How to add a dependency to Maven

Add the following org.hammerlab : test-utils_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hammerlab</groupId>
    <artifactId>test-utils_2.11</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hammerlab : test-utils_2.11 gradle dependency to your build.gradle file:

implementation 'org.hammerlab:test-utils_2.11:1.5.1'

Gradle Kotlin DSL: Add the following org.hammerlab : test-utils_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hammerlab:test-utils_2.11:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hammerlab : test-utils_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hammerlab" % "test-utils_2.11" % "1.5.1"