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