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