<dependency> <groupId>com.github.handist</groupId> <artifactId>mpi-junit</artifactId> <version>v1.2.2</version> </dependency>
'com.github.handist:mpi-junit:jar:v1.2.2'
<dependency org="com.github.handist" name="mpi-junit" rev="v1.2.2"> <artifact name="mpi-junit" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.handist', module='mpi-junit', version='v1.2.2') )
compile 'com.github.handist:mpi-junit:v1.2.2'
libraryDependencies += "com.github.handist" % "mpi-junit" % "v1.2.2"
[com.github.handist/mpi-junit "v1.2.2"]