Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.m-m-m</groupId>
  <artifactId>mmm-client</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.sf.m-m-m:mmm-client:pom:1.0.0'

Apache Ant

<dependency org="net.sf.m-m-m" name="mmm-client" rev="1.0.0">
  <artifact name="mmm-client" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-client', version='1.0.0')
)

Grails

compile 'net.sf.m-m-m:mmm-client:1.0.0'

Leiningen

[net.sf.m-m-m/mmm-client "1.0.0"]

SBT

libraryDependencies += "net.sf.m-m-m" %% "mmm-client" % "1.0.0"