<dependency> <groupId>com.github.culmat.eexplorer</groupId> <artifactId>com.github.culmat.eexplorer.site</artifactId> <version>1.0.0-SNAPSHOT</version> <type>eclipse-update-site</type> </dependency>
'com.github.culmat.eexplorer:com.github.culmat.eexplorer.site:eclipse-update-site:1.0.0-SNAPSHOT'
<dependency org="com.github.culmat.eexplorer" name="com.github.culmat.eexplorer.site" rev="1.0.0-SNAPSHOT"> <artifact name="com.github.culmat.eexplorer.site" type="eclipse-update-site" /> </dependency>
@Grapes( @Grab(group='com.github.culmat.eexplorer', module='com.github.culmat.eexplorer.site', version='1.0.0-SNAPSHOT') )
compile 'com.github.culmat.eexplorer:com.github.culmat.eexplorer.site:1.0.0-SNAPSHOT'
libraryDependencies += "com.github.culmat.eexplorer" % "com.github.culmat.eexplorer.site" % "1.0.0-SNAPSHOT"
[com.github.culmat.eexplorer/com.github.culmat.eexplorer.site "1.0.0-SNAPSHOT"]