a

assortmentofjunitrules

Useful assortment of JUnit rules for integration testing
http://github.com/mlk/AssortmentOfJUnitRules
Modified BSD License
Michael Lee
Files download
File Operation
assortmentofjunitrules-1.5.39.jar download
assortmentofjunitrules-1.5.39.pom download
assortmentofjunitrules-1.5.39-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mlk</groupId>
  <artifactId>assortmentofjunitrules</artifactId>
  <version>1.5.39</version>
</dependency>
Gradle Groovy
implementation 'com.github.mlk:assortmentofjunitrules:1.5.39'
Gradle Kotlin
implementation("com.github.mlk:assortmentofjunitrules:1.5.39")
Scala SBT
libraryDependencies += "com.github.mlk" % "assortmentofjunitrules" % "1.5.39"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mlk', module='assortmentofjunitrules', version='1.5.39')
)
Apache Ivy
<dependency org="com.github.mlk" name="assortmentofjunitrules" rev="1.5.39" />
Leiningen
[com.github.mlk/assortmentofjunitrules "1.5.39"]
Apache Buildr
'com.github.mlk:assortmentofjunitrules:jar:1.5.39'