is not current version
Last Version 1.0.1

com.btmatthews.junit:junit-rules 1.0.0

Rules to extend JUnit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.btmatthews.junit
ArtifactId

ArtifactId

junit-rules
Version

Version

1.0.0
Type

Type

jar

Download junit-rules 1.0.0


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