Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.macgregor</groupId>
  <artifactId>alexandria-parent</artifactId>
  <version>0.1.5-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.macgregor:alexandria-parent:pom:0.1.5-SNAPSHOT'

Apache Ivy

<dependency org="com.github.macgregor" name="alexandria-parent" rev="0.1.5-SNAPSHOT">
  <artifact name="alexandria-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.macgregor', module='alexandria-parent', version='0.1.5-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.macgregor:alexandria-parent:0.1.5-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.macgregor" % "alexandria-parent" % "0.1.5-SNAPSHOT"

Leiningen

[com.github.macgregor/alexandria-parent "0.1.5-SNAPSHOT"]