is not current version
Last Version 1.3

org.walkmod:junit4git 1.0.2

A test library for incremental Junit tests execution

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

junit4git
Version

Version

1.0.2
Type

Type

jar

Download junit4git 1.0.2


<!-- https://jarcasting.com/artifacts/org.walkmod/junit4git/ -->
<dependency>
    <groupId>org.walkmod</groupId>
    <artifactId>junit4git</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.walkmod/junit4git/
implementation 'org.walkmod:junit4git:1.0.2'
// https://jarcasting.com/artifacts/org.walkmod/junit4git/
implementation ("org.walkmod:junit4git:1.0.2")
'org.walkmod:junit4git:jar:1.0.2'
<dependency org="org.walkmod" name="junit4git" rev="1.0.2">
  <artifact name="junit4git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.walkmod', module='junit4git', version='1.0.2')
)
libraryDependencies += "org.walkmod" % "junit4git" % "1.0.2"
[org.walkmod/junit4git "1.0.2"]