| GroupId | GroupIdeu.stratosphere | 
    
|---|---|
| ArtifactId | ArtifactIdjdbc | 
    
| Version | Version0.5-rc2-hadoop2 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| jdbc-0.5-rc2-hadoop2.pom | |
| jdbc-0.5-rc2-hadoop2.jar | 31 KB | 
| jdbc-0.5-rc2-hadoop2-sources.jar | 16 KB | 
| jdbc-0.5-rc2-hadoop2-javadoc.jar | 111 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/eu.stratosphere/jdbc/ -->
<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>jdbc</artifactId>
    <version>0.5-rc2-hadoop2</version>
</dependency>
                // https://jarcasting.com/artifacts/eu.stratosphere/jdbc/
implementation 'eu.stratosphere:jdbc:0.5-rc2-hadoop2'
                // https://jarcasting.com/artifacts/eu.stratosphere/jdbc/
implementation ("eu.stratosphere:jdbc:0.5-rc2-hadoop2")
                'eu.stratosphere:jdbc:jar:0.5-rc2-hadoop2'
                <dependency org="eu.stratosphere" name="jdbc" rev="0.5-rc2-hadoop2">
  <artifact name="jdbc" type="jar" />
</dependency>
                @Grapes(
@Grab(group='eu.stratosphere', module='jdbc', version='0.5-rc2-hadoop2')
)
                libraryDependencies += "eu.stratosphere" % "jdbc" % "0.5-rc2-hadoop2"
                [eu.stratosphere/jdbc "0.5-rc2-hadoop2"]