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