Files download
File Operation
junit-rules-1.0.1.jar download
junit-rules-1.0.1.pom download
junit-rules-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.btmatthews.junit</groupId>
  <artifactId>junit-rules</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.junit:junit-rules:1.0.1'
Gradle Kotlin
implementation("com.btmatthews.junit:junit-rules:1.0.1")
Scala SBT
libraryDependencies += "com.btmatthews.junit" % "junit-rules" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.junit', module='junit-rules', version='1.0.1')
)
Apache Ivy
<dependency org="com.btmatthews.junit" name="junit-rules" rev="1.0.1" />
Leiningen
[com.btmatthews.junit/junit-rules "1.0.1"]
Apache Buildr
'com.btmatthews.junit:junit-rules:jar:1.0.1'