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