Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>junit-support</artifactId>
  <version>3.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.robtimus" name="junit-support" rev="3.0">
  <artifact name="junit-support" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.robtimus', module='junit-support', version='3.0')
)

Gradle/Grails

implementation 'com.github.robtimus:junit-support:3.0'

Scala SBT

libraryDependencies += "com.github.robtimus" % "junit-support" % "3.0"

Leiningen

[com.github.robtimus/junit-support "3.0"]