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