is not current version
Last Version 1.1

co.unruly:junit-rules 1.0

A collection of JUnit rules from Unruly's codebase

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

co.unruly
ArtifactId

ArtifactId

junit-rules
Version

Version

1.0
Type

Type

jar

Download junit-rules 1.0


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