| GroupId | GroupIdeu.stratosphere | 
    
|---|---|
| ArtifactId | ArtifactIdstratosphere-addons | 
    
| Version | Version0.5-rc3-hadoop2 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| stratosphere-addons-0.5-rc3-hadoop2.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-addons/ -->
<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>stratosphere-addons</artifactId>
    <version>0.5-rc3-hadoop2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-addons/
implementation 'eu.stratosphere:stratosphere-addons:0.5-rc3-hadoop2'
                // https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-addons/
implementation ("eu.stratosphere:stratosphere-addons:0.5-rc3-hadoop2")
                'eu.stratosphere:stratosphere-addons:pom:0.5-rc3-hadoop2'
                <dependency org="eu.stratosphere" name="stratosphere-addons" rev="0.5-rc3-hadoop2">
  <artifact name="stratosphere-addons" type="pom" />
</dependency>
                @Grapes(
@Grab(group='eu.stratosphere', module='stratosphere-addons', version='0.5-rc3-hadoop2')
)
                libraryDependencies += "eu.stratosphere" % "stratosphere-addons" % "0.5-rc3-hadoop2"
                [eu.stratosphere/stratosphere-addons "0.5-rc3-hadoop2"]