is not current version
Last Version 0.5.2-hadoop2

eu.stratosphere:jdbc 0.4


GroupId

GroupId

eu.stratosphere
ArtifactId

ArtifactId

jdbc
Version

Version

0.4
Type

Type

jar

Download jdbc 0.4


<!-- https://jarcasting.com/artifacts/eu.stratosphere/jdbc/ -->
<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>jdbc</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/jdbc/
implementation 'eu.stratosphere:jdbc:0.4'
// https://jarcasting.com/artifacts/eu.stratosphere/jdbc/
implementation ("eu.stratosphere:jdbc:0.4")
'eu.stratosphere:jdbc:jar:0.4'
<dependency org="eu.stratosphere" name="jdbc" rev="0.4">
  <artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='jdbc', version='0.4')
)
libraryDependencies += "eu.stratosphere" % "jdbc" % "0.4"
[eu.stratosphere/jdbc "0.4"]