is not current version
Last Version 1.3

org.walkmod:junit4git 1.1

A test library for incremental Junit tests execution

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

junit4git
Version

Version

1.1
Type

Type

jar

Download junit4git 1.1


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