GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdspargel |
Version | Version0.4-hadoop2 |
Type | Typejar |
Filename | Size |
---|---|
spargel-0.4-hadoop2.pom | |
spargel-0.4-hadoop2.jar | 20 KB |
spargel-0.4-hadoop2-sources.jar | 10 KB |
spargel-0.4-hadoop2-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/spargel/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>spargel</artifactId>
<version>0.4-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/spargel/
implementation 'eu.stratosphere:spargel:0.4-hadoop2'
// https://jarcasting.com/artifacts/eu.stratosphere/spargel/
implementation ("eu.stratosphere:spargel:0.4-hadoop2")
'eu.stratosphere:spargel:jar:0.4-hadoop2'
<dependency org="eu.stratosphere" name="spargel" rev="0.4-hadoop2">
<artifact name="spargel" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='spargel', version='0.4-hadoop2')
)
libraryDependencies += "eu.stratosphere" % "spargel" % "0.4-hadoop2"
[eu.stratosphere/spargel "0.4-hadoop2"]