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