MVN

com.github.japgolly.microlibs : test-util_2.12

Maven & Gradle

May 10, 2021
22 usages

testUtil · testUtil

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>test-util_2.12</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.japgolly.microlibs : test-util_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5
  • Latest Release Candidate: 2.6-RC6

All Versions

Choose a version of com.github.japgolly.microlibs : test-util_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • test-util_2.12-2.6-RC6

    May 10, 2021
  • test-util_2.12-2.6-RC5

    May 10, 2021
  • test-util_2.12-2.6-RC4

    May 10, 2021
  • test-util_2.12-2.6-RC3

    Apr 20, 2021
  • test-util_2.12-2.6-RC2

    Mar 22, 2021
  • test-util_2.12-2.6-RC1

    Mar 22, 2021
  • test-util_2.12-2.5

    Aug 15, 2020
  • test-util_2.12-2.4

    Aug 13, 2020
  • test-util_2.12-2.3

    Apr 28, 2020
  • test-util_2.12-2.2

    Apr 14, 2020
  • test-util_2.12-2.1

    Apr 12, 2020
  • test-util_2.12-2.0

    Jan 06, 2020
  • test-util_2.12-2.0-RC1

    Sep 02, 2019
  • test-util_2.12-1.22

    Jun 30, 2019
  • test-util_2.12-1.21

    Jun 18, 2019
  • test-util_2.12-1.20

    Jun 01, 2019
  • test-util_2.12-1.19

    May 30, 2019
  • test-util_2.12-1.18

    Oct 09, 2018
  • test-util_2.12-1.17

    Sep 11, 2018
  • test-util_2.12-1.16

    Jun 24, 2018
  • test-util_2.12-1.15

    May 14, 2018
  • test-util_2.12-1.14

    Apr 02, 2018
  • test-util_2.12-1.13

    Dec 12, 2017
  • test-util_2.12-1.12

    Oct 21, 2017
  • test-util_2.12-1.11

    Aug 27, 2017
  • test-util_2.12-1.10

    Aug 21, 2017
  • test-util_2.12-1.9

    Aug 10, 2017
  • test-util_2.12-1.8

    Aug 08, 2017
  • test-util_2.12-1.7

    May 27, 2017
  • test-util_2.12-1.6

    Apr 25, 2017
  • test-util_2.12-1.5

    Mar 08, 2017
  • test-util_2.12-1.4

    Jan 04, 2017
  • test-util_2.12-1.3

    Jan 03, 2017
  • test-util_2.12-1.2

    Jan 02, 2017
  • test-util_2.12-1.1

    Dec 11, 2016

How to add a dependency to Maven

Add the following com.github.japgolly.microlibs : test-util_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>test-util_2.12</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.japgolly.microlibs : test-util_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.japgolly.microlibs:test-util_2.12:2.5'

Gradle Kotlin DSL: Add the following com.github.japgolly.microlibs : test-util_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.japgolly.microlibs:test-util_2.12:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.japgolly.microlibs : test-util_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.japgolly.microlibs" % "test-util_2.12" % "2.5"