Dependency Information

Apache Maven

<dependency>
  <groupId>org.tts</groupId>
  <artifactId>githubpagewithmaven</artifactId>
  <version>0.1</version>
</dependency>

Apache Buildr

'org.tts:githubpagewithmaven:jar:0.1'

Apache Ivy

<dependency org="org.tts" name="githubpagewithmaven" rev="0.1">
  <artifact name="githubpagewithmaven" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.tts', module='githubpagewithmaven', version='0.1')
)

Gradle/Grails

compile 'org.tts:githubpagewithmaven:0.1'

Scala SBT

libraryDependencies += "org.tts" % "githubpagewithmaven" % "0.1"

Leiningen

[org.tts/githubpagewithmaven "0.1"]