Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.streams</groupId>
  <artifactId>twitter-userstream-elasticsearch</artifactId>
  <version>0.3-incubating-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.apache.streams:twitter-userstream-elasticsearch:jar:0.3-incubating-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.streams" name="twitter-userstream-elasticsearch" rev="0.3-incubating-SNAPSHOT">
  <artifact name="twitter-userstream-elasticsearch" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.streams', module='twitter-userstream-elasticsearch', version='0.3-incubating-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.streams:twitter-userstream-elasticsearch:0.3-incubating-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.streams" % "twitter-userstream-elasticsearch" % "0.3-incubating-SNAPSHOT"

Leiningen

[org.apache.streams/twitter-userstream-elasticsearch "0.3-incubating-SNAPSHOT"]