Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.stephenc.eaio-uuid</groupId>
  <artifactId>uuid</artifactId>
  <version>3.4.2</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'com.github.stephenc.eaio-uuid:uuid:bundle:3.4.2'

Apache Ivy

<dependency org="com.github.stephenc.eaio-uuid" name="uuid" rev="3.4.2">
  <artifact name="uuid" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.stephenc.eaio-uuid', module='uuid', version='3.4.2')
)

Grails

compile 'com.github.stephenc.eaio-uuid:uuid:3.4.2'

Leiningen

[com.github.stephenc.eaio-uuid/uuid "3.4.2"]

SBT

libraryDependencies += "com.github.stephenc.eaio-uuid" % "uuid" % "3.4.2"