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