Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.streams</groupId>
  <artifactId>twitter-follow-neo4j</artifactId>
  <version>0.5-incubating</version>
</dependency>

Apache Buildr

'org.apache.streams:twitter-follow-neo4j:jar:0.5-incubating'

Apache Ivy

<dependency org="org.apache.streams" name="twitter-follow-neo4j" rev="0.5-incubating">
  <artifact name="twitter-follow-neo4j" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.streams', module='twitter-follow-neo4j', version='0.5-incubating')
)

Gradle/Grails

compile 'org.apache.streams:twitter-follow-neo4j:0.5-incubating'

Scala SBT

libraryDependencies += "org.apache.streams" % "twitter-follow-neo4j" % "0.5-incubating"

Leiningen

[org.apache.streams/twitter-follow-neo4j "0.5-incubating"]