Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>xuml-tools</artifactId>
  <version>0.5</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.davidmoten:xuml-tools:pom:0.5'

Apache Ivy

<dependency org="com.github.davidmoten" name="xuml-tools" rev="0.5">
  <artifact name="xuml-tools" type="pom" />
</dependency>

Groovy Grape

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

Gradle/Grails

compile 'com.github.davidmoten:xuml-tools:0.5'

Scala SBT

libraryDependencies += "com.github.davidmoten" % "xuml-tools" % "0.5"

Leiningen

[com.github.davidmoten/xuml-tools "0.5"]