Files download
File Operation
gearpump-streaming_2.11-0.8.0.jar download
gearpump-streaming_2.11-0.8.0.pom download
gearpump-streaming_2.11-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.intel-hadoop</groupId>
  <artifactId>gearpump-streaming_2.11</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.intel-hadoop:gearpump-streaming_2.11:0.8.0'
Gradle Kotlin
implementation("com.github.intel-hadoop:gearpump-streaming_2.11:0.8.0")
Scala SBT
libraryDependencies += "com.github.intel-hadoop" % "gearpump-streaming_2.11" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.intel-hadoop', module='gearpump-streaming_2.11', version='0.8.0')
)
Apache Ivy
<dependency org="com.github.intel-hadoop" name="gearpump-streaming_2.11" rev="0.8.0" />
Leiningen
[com.github.intel-hadoop/gearpump-streaming_2.11 "0.8.0"]
Apache Buildr
'com.github.intel-hadoop:gearpump-streaming_2.11:jar:0.8.0'