Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.egateam</groupId>
  <artifactId>commons</artifactId>
  <version>0.0.9</version>
</dependency>

Apache Buildr

'com.github.egateam:commons:jar:0.0.9'

Apache Ivy

<dependency org="com.github.egateam" name="commons" rev="0.0.9">
  <artifact name="commons" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.egateam', module='commons', version='0.0.9')
)

Grails

compile 'com.github.egateam:commons:0.0.9'

Leiningen

[com.github.egateam/commons "0.0.9"]

SBT

libraryDependencies += "com.github.egateam" % "commons" % "0.0.9"