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