MVN

org.walkmod : junit4git

Maven & Gradle

Jun 26, 2018
4 usages

junit4git · A test library for incremental Junit tests execution

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>junit4git</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.walkmod : junit4git to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.walkmod : junit4git to add to Maven or Gradle - All Versions:

  • Version Updated
  • junit4git-1.3

    Jun 26, 2018
  • junit4git-1.2

    Mar 21, 2018
  • junit4git-1.1

    Nov 14, 2017
  • junit4git-1.0.3

    Nov 01, 2017
  • junit4git-1.0.2

    Nov 01, 2017
  • junit4git-1.0.1

    Oct 31, 2017
  • junit4git-1.0

    Oct 31, 2017

How to add a dependency to Maven

Add the following org.walkmod : junit4git maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>junit4git</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.walkmod : junit4git gradle dependency to your build.gradle file:

implementation 'org.walkmod:junit4git:1.3'

Gradle Kotlin DSL: Add the following org.walkmod : junit4git gradle kotlin dependency to your build.gradle.kts file:

implementation("org.walkmod:junit4git:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.walkmod : junit4git sbt scala dependency to your build.sbt file:

libraryDependencies += "org.walkmod" % "junit4git" % "1.3"