is not current version
Last Version 1.3.1

net.obvj:junit-utils 1.1.1

Common utilities for working with JUnit

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.obvj
ArtifactId

ArtifactId

junit-utils
Version

Version

1.1.1
Type

Type

jar

Download junit-utils 1.1.1


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