Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.macgregor</groupId>
  <artifactId>alexandria-core</artifactId>
  <version>0.1.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.macgregor:alexandria-core:jar:0.1.5-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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