<dependency> <groupId>de.fhdw.gaming.ipspiel21</groupId> <artifactId>ipspiel21-customStrategy</artifactId> <version>1.0.0-SNAPSHOT</version> <type>pom</type> </dependency>
'de.fhdw.gaming.ipspiel21:ipspiel21-customStrategy:pom:1.0.0-SNAPSHOT'
<dependency org="de.fhdw.gaming.ipspiel21" name="ipspiel21-customStrategy" rev="1.0.0-SNAPSHOT"> <artifact name="ipspiel21-customStrategy" type="pom" /> </dependency>
@Grapes( @Grab(group='de.fhdw.gaming.ipspiel21', module='ipspiel21-customStrategy', version='1.0.0-SNAPSHOT') )
compile 'de.fhdw.gaming.ipspiel21:ipspiel21-customStrategy:1.0.0-SNAPSHOT'
libraryDependencies += "de.fhdw.gaming.ipspiel21" % "ipspiel21-customStrategy" % "1.0.0-SNAPSHOT"
[de.fhdw.gaming.ipspiel21/ipspiel21-customStrategy "1.0.0-SNAPSHOT"]