Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-model-compiler-test</artifactId>
  <version>0.5</version>
</dependency>

Apache Buildr

'com.github.davidmoten:xuml-model-compiler-test:jar:0.5'

Apache Ivy

<dependency org="com.github.davidmoten" name="xuml-model-compiler-test" rev="0.5">
  <artifact name="xuml-model-compiler-test" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.davidmoten', module='xuml-model-compiler-test', version='0.5')
)

Gradle/Grails

compile 'com.github.davidmoten:xuml-model-compiler-test:0.5'

Scala SBT

libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-test" % "0.5"

Leiningen

[com.github.davidmoten/xuml-model-compiler-test "0.5"]