Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.handist</groupId>
  <artifactId>mpi-junit</artifactId>
  <version>v1.2.1</version>
</dependency>

Apache Buildr

'com.github.handist:mpi-junit:jar:v1.2.1'

Apache Ivy

<dependency org="com.github.handist" name="mpi-junit" rev="v1.2.1">
  <artifact name="mpi-junit" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.handist', module='mpi-junit', version='v1.2.1')
)

Gradle/Grails

compile 'com.github.handist:mpi-junit:v1.2.1'

Scala SBT

libraryDependencies += "com.github.handist" % "mpi-junit" % "v1.2.1"

Leiningen

[com.github.handist/mpi-junit "v1.2.1"]