Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.m-m-m</groupId>
  <artifactId>mmm-util-gwt</artifactId>
  <version>5.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.sf.m-m-m:mmm-util-gwt:jar:5.0.1-SNAPSHOT'

Apache Ant

<dependency org="net.sf.m-m-m" name="mmm-util-gwt" rev="5.0.1-SNAPSHOT">
  <artifact name="mmm-util-gwt" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-util-gwt', version='5.0.1-SNAPSHOT')
)

Grails

compile 'net.sf.m-m-m:mmm-util-gwt:5.0.1-SNAPSHOT'

Leiningen

[net.sf.m-m-m/mmm-util-gwt "5.0.1-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.m-m-m" %% "mmm-util-gwt" % "5.0.1-SNAPSHOT"