<dependency>
<groupId>it.thomasjohansen.weblauncher</groupId>
<artifactId>web-launcher-common</artifactId>
<version>1.0-RC1</version>
</dependency>
libraryDependencies += "it.thomasjohansen.weblauncher" % "web-launcher-common" % "1.0-RC1"
@Grapes(
@Grab(group='it.thomasjohansen.weblauncher', module='web-launcher-common', version='1.0-RC1')
)
<dependency org="it.thomasjohansen.weblauncher" name="web-launcher-common" rev="1.0-RC1" />
<parent> <groupId>it.thomasjohansen.weblauncher</groupId> <artifactId>web-launcher</artifactId> <version>1.0-RC1</version> </parent>