GroupId | GroupIdorg.apache.drill.contrib |
---|---|
ArtifactId | ArtifactIddrill-jdbc-storage |
Version | Version1.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.drill.contrib/drill-jdbc-storage/ -->
<dependency>
<groupId>org.apache.drill.contrib</groupId>
<artifactId>drill-jdbc-storage</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.drill.contrib/drill-jdbc-storage/
implementation 'org.apache.drill.contrib:drill-jdbc-storage:1.12.0'
// https://jarcasting.com/artifacts/org.apache.drill.contrib/drill-jdbc-storage/
implementation ("org.apache.drill.contrib:drill-jdbc-storage:1.12.0")
'org.apache.drill.contrib:drill-jdbc-storage:jar:1.12.0'
<dependency org="org.apache.drill.contrib" name="drill-jdbc-storage" rev="1.12.0">
<artifact name="drill-jdbc-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.drill.contrib', module='drill-jdbc-storage', version='1.12.0')
)
libraryDependencies += "org.apache.drill.contrib" % "drill-jdbc-storage" % "1.12.0"
[org.apache.drill.contrib/drill-jdbc-storage "1.12.0"]