is not current version
Last Version 1.3

org.walkmod:junit5git 1.1

A test library for incremental Junit tests execution

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

junit5git
Version

Version

1.1
Type

Type

jar

Download junit5git 1.1


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