<dependency> <groupId>fi.tut.mei.matchmaking</groupId> <artifactId>Matchmaking_root</artifactId> <version>0.2.0-DEV</version> <type>pom</type> </dependency>
'fi.tut.mei.matchmaking:Matchmaking_root:pom:0.2.0-DEV'
<dependency org="fi.tut.mei.matchmaking" name="Matchmaking_root" rev="0.2.0-DEV"> <artifact name="Matchmaking_root" type="pom" /> </dependency>
@Grapes( @Grab(group='fi.tut.mei.matchmaking', module='Matchmaking_root', version='0.2.0-DEV') )
compile 'fi.tut.mei.matchmaking:Matchmaking_root:0.2.0-DEV'
libraryDependencies += "fi.tut.mei.matchmaking" % "Matchmaking_root" % "0.2.0-DEV"
[fi.tut.mei.matchmaking/Matchmaking_root "0.2.0-DEV"]