Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.streams</groupId>
  <artifactId>gnip-edc-googleplus</artifactId>
  <version>0.3-incubating-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.apache.streams:gnip-edc-googleplus:jar:0.3-incubating-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.streams" name="gnip-edc-googleplus" rev="0.3-incubating-SNAPSHOT">
  <artifact name="gnip-edc-googleplus" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.streams', module='gnip-edc-googleplus', version='0.3-incubating-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.streams:gnip-edc-googleplus:0.3-incubating-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.streams" % "gnip-edc-googleplus" % "0.3-incubating-SNAPSHOT"

Leiningen

[org.apache.streams/gnip-edc-googleplus "0.3-incubating-SNAPSHOT"]