Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.m-m-m</groupId>
  <artifactId>mmm-content-parser-impl-xml</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.sf.m-m-m:mmm-content-parser-impl-xml:jar:1.0.2-SNAPSHOT'

Apache Ant

<dependency org="net.sf.m-m-m" name="mmm-content-parser-impl-xml" rev="1.0.2-SNAPSHOT">
  <artifact name="mmm-content-parser-impl-xml" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-content-parser-impl-xml', version='1.0.2-SNAPSHOT')
)

Grails

compile 'net.sf.m-m-m:mmm-content-parser-impl-xml:1.0.2-SNAPSHOT'

Leiningen

[net.sf.m-m-m/mmm-content-parser-impl-xml "1.0.2-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.m-m-m" %% "mmm-content-parser-impl-xml" % "1.0.2-SNAPSHOT"