Dependency Information

Apache Maven

<dependency>
  <groupId>net.sf.m-m-m</groupId>
  <artifactId>mmm-search-engine-impl-lucene</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>

Apache Buildr

'net.sf.m-m-m:mmm-search-engine-impl-lucene:jar:1.0.2-SNAPSHOT'

Apache Ant

<dependency org="net.sf.m-m-m" name="mmm-search-engine-impl-lucene" rev="1.0.2-SNAPSHOT">
  <artifact name="mmm-search-engine-impl-lucene" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-search-engine-impl-lucene', version='1.0.2-SNAPSHOT')
)

Grails

compile 'net.sf.m-m-m:mmm-search-engine-impl-lucene:1.0.2-SNAPSHOT'

Leiningen

[net.sf.m-m-m/mmm-search-engine-impl-lucene "1.0.2-SNAPSHOT"]

SBT

libraryDependencies += "net.sf.m-m-m" %% "mmm-search-engine-impl-lucene" % "1.0.2-SNAPSHOT"