MVN

name.remal.test : junit4

Maven & Gradle

Jan 04, 2018

Java & Kotlin tools: test: junit4 · Java & Kotlin tools: test: junit4

<dependency>
    <groupId>name.remal.test</groupId>
    <artifactId>junit4</artifactId>
    <version>0.24.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.remal.test : junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.3

All Versions

Choose a version of name.remal.test : junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
junit4-0.24.3
0.23.x
junit4-0.23.0
0.20.x
junit4-0.20.2
0.19.x
junit4-0.19.2
junit4-0.19.1
0.18.x
junit4-0.18.1
0.12.x
junit4-0.12.4
junit4-0.12.3
junit4-0.12.2
junit4-0.12.1
0.11.x
junit4-0.11.0
0.9.x
junit4-0.9.1

How to add a dependency to Maven

Add the following name.remal.test : junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.remal.test</groupId>
    <artifactId>junit4</artifactId>
    <version>0.24.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.remal.test : junit4 gradle dependency to your build.gradle file:

implementation 'name.remal.test:junit4:0.24.3'

Gradle Kotlin DSL: Add the following name.remal.test : junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("name.remal.test:junit4:0.24.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.remal.test : junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "name.remal.test" % "junit4" % "0.24.3"