is not current version
Last Version 1.0.1

com.github.ferstl:junit-testgroups 1.0.0

Divides your JUnit tests into groups which can be executed separately or all at once

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

junit-testgroups
Version

Version

1.0.0
Type

Type

jar

Download junit-testgroups 1.0.0


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