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.23.jar download
assortmentofjunitrules-1.5.23.pom download
assortmentofjunitrules-1.5.23-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mlk</groupId>
  <artifactId>assortmentofjunitrules</artifactId>
  <version>1.5.23</version>
</dependency>
Gradle Groovy
implementation 'com.github.mlk:assortmentofjunitrules:1.5.23'
Gradle Kotlin
implementation("com.github.mlk:assortmentofjunitrules:1.5.23")
Scala SBT
libraryDependencies += "com.github.mlk" % "assortmentofjunitrules" % "1.5.23"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mlk', module='assortmentofjunitrules', version='1.5.23')
)
Apache Ivy
<dependency org="com.github.mlk" name="assortmentofjunitrules" rev="1.5.23" />
Leiningen
[com.github.mlk/assortmentofjunitrules "1.5.23"]
Apache Buildr
'com.github.mlk:assortmentofjunitrules:jar:1.5.23'