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