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