GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-hive |
Version | Version1.11.6 |
Type | Typepom |
Filename | Size |
---|---|
parquet-hive-1.11.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-hive</artifactId>
<version>1.11.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive/
implementation 'com.gojek.parquet:parquet-hive:1.11.6'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive/
implementation ("com.gojek.parquet:parquet-hive:1.11.6")
'com.gojek.parquet:parquet-hive:pom:1.11.6'
<dependency org="com.gojek.parquet" name="parquet-hive" rev="1.11.6">
<artifact name="parquet-hive" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hive', version='1.11.6')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hive" % "1.11.6"
[com.gojek.parquet/parquet-hive "1.11.6"]