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