License |
License |
---|---|
GroupId | GroupIdorg.polyglotted |
ArtifactId | ArtifactIdimpala-jdbcimport |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionImpala Jdbc Import Pom
A simple POM that removes unnecessary JARs while working with Cloudera Impala JDBC
|
Project Organization |
Project OrganizationPolyglotted Org |
Filename | Size |
---|---|
impala-jdbcimport-1.0.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polyglotted/impala-jdbcimport/ -->
<dependency>
<groupId>org.polyglotted</groupId>
<artifactId>impala-jdbcimport</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.polyglotted/impala-jdbcimport/
implementation 'org.polyglotted:impala-jdbcimport:1.0.0'
// https://jarcasting.com/artifacts/org.polyglotted/impala-jdbcimport/
implementation ("org.polyglotted:impala-jdbcimport:1.0.0")
'org.polyglotted:impala-jdbcimport:pom:1.0.0'
<dependency org="org.polyglotted" name="impala-jdbcimport" rev="1.0.0">
<artifact name="impala-jdbcimport" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.polyglotted', module='impala-jdbcimport', version='1.0.0')
)
libraryDependencies += "org.polyglotted" % "impala-jdbcimport" % "1.0.0"
[org.polyglotted/impala-jdbcimport "1.0.0"]