is not current version
Last Version 1.3.1

net.obvj:junit-utils 1.0.0

Common utilities for working with JUnit

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.obvj
ArtifactId

ArtifactId

junit-utils
Version

Version

1.0.0
Type

Type

jar

Download junit-utils 1.0.0


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