MVN

com.github.japgolly.microlibs : test-util_sjs1_3.0.0-RC3

Maven & Gradle

May 10, 2021
1 usages
26 stars

testUtil · testUtil

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>test-util_sjs1_3.0.0-RC3</artifactId>
    <version>2.6-RC6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.japgolly.microlibs : test-util_sjs1_3.0.0-RC3 to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.github.japgolly.microlibs : test-util_sjs1_3.0.0-RC3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
test-util_sjs1_3.0.0-RC3-2.6-RC6
test-util_sjs1_3.0.0-RC3-2.6-RC5
test-util_sjs1_3.0.0-RC3-2.6-RC4
test-util_sjs1_3.0.0-RC3-2.6-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.japgolly.microlibs</groupId>
    <artifactId>test-util_sjs1_3.0.0-RC3</artifactId>
    <version>2.6-RC6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.japgolly.microlibs:test-util_sjs1_3.0.0-RC3:2.6-RC6'

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

implementation("com.github.japgolly.microlibs:test-util_sjs1_3.0.0-RC3:2.6-RC6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.japgolly.microlibs" % "test-util_sjs1_3.0.0-RC3" % "2.6-RC6"

Advertisement