is not current version
Last Version 0.5.2-hadoop2

eu.stratosphere:jdbc 0.5-rc2-hadoop2


GroupId

GroupId

eu.stratosphere
ArtifactId

ArtifactId

jdbc
Version

Version

0.5-rc2-hadoop2
Type

Type

jar

Download jdbc 0.5-rc2-hadoop2


<!-- 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"]