Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.hotware</groupId>
  <artifactId>lucene-extension</artifactId>
  <version>0.3.0.1</version>
  <type>pom</type>
</dependency>

Apache Buildr

'com.github.hotware:lucene-extension:pom:0.3.0.1'

Apache Ant

<dependency org="com.github.hotware" name="lucene-extension" rev="0.3.0.1">
  <artifact name="lucene-extension" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.hotware', module='lucene-extension', version='0.3.0.1')
)

Grails

compile 'com.github.hotware:lucene-extension:0.3.0.1'

Leiningen

[com.github.hotware/lucene-extension "0.3.0.1"]

SBT

libraryDependencies += "com.github.hotware" %% "lucene-extension" % "0.3.0.1"