is not current version
Last Version 1.3

org.walkmod:junit5git 1.2

A test library for incremental Junit tests execution

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

junit5git
Version

Version

1.2
Type

Type

jar

Download junit5git 1.2


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