GroupId | GroupIdcom.github.intel-hadoop |
---|---|
ArtifactId | ArtifactIdgearpump-streaming_2.11 |
Version | Version0.3.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.intel-hadoop/gearpump-streaming_2.11/ -->
<dependency>
<groupId>com.github.intel-hadoop</groupId>
<artifactId>gearpump-streaming_2.11</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.intel-hadoop/gearpump-streaming_2.11/
implementation 'com.github.intel-hadoop:gearpump-streaming_2.11:0.3.7'
// https://jarcasting.com/artifacts/com.github.intel-hadoop/gearpump-streaming_2.11/
implementation ("com.github.intel-hadoop:gearpump-streaming_2.11:0.3.7")
'com.github.intel-hadoop:gearpump-streaming_2.11:jar:0.3.7'
<dependency org="com.github.intel-hadoop" name="gearpump-streaming_2.11" rev="0.3.7">
<artifact name="gearpump-streaming_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.intel-hadoop', module='gearpump-streaming_2.11', version='0.3.7')
)
libraryDependencies += "com.github.intel-hadoop" % "gearpump-streaming_2.11" % "0.3.7"
[com.github.intel-hadoop/gearpump-streaming_2.11 "0.3.7"]