Dependency Information

Apache Maven

<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>

Apache Buildr

'com.github.culmat.eexplorer:com.github.culmat.eexplorer.site:eclipse-update-site:1.0.0-SNAPSHOT'

Apache Ivy

<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>

Groovy Grape

@Grapes(
@Grab(group='com.github.culmat.eexplorer', module='com.github.culmat.eexplorer.site', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.culmat.eexplorer:com.github.culmat.eexplorer.site:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.culmat.eexplorer" % "com.github.culmat.eexplorer.site" % "1.0.0-SNAPSHOT"

Leiningen

[com.github.culmat.eexplorer/com.github.culmat.eexplorer.site "1.0.0-SNAPSHOT"]