Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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