Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.xbib.elasticsearch.plugin</groupId>
  <artifactId>elasticsearch-knapsack</artifactId>
  <version>2.0.0-beta2.0</version>
</dependency>

Apache Buildr

'org.xbib.elasticsearch.plugin:elasticsearch-knapsack:jar:2.0.0-beta2.0'

Apache Ivy

<dependency org="org.xbib.elasticsearch.plugin" name="elasticsearch-knapsack" rev="2.0.0-beta2.0">
  <artifact name="elasticsearch-knapsack" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.xbib.elasticsearch.plugin', module='elasticsearch-knapsack', version='2.0.0-beta2.0')
)

Grails

compile 'org.xbib.elasticsearch.plugin:elasticsearch-knapsack:2.0.0-beta2.0'

Leiningen

[org.xbib.elasticsearch.plugin/elasticsearch-knapsack "2.0.0-beta2.0"]

SBT

libraryDependencies += "org.xbib.elasticsearch.plugin" % "elasticsearch-knapsack" % "2.0.0-beta2.0"