GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-hive |
Version | Version1.11.3 |
Type | Typepom |
Filename | Size |
---|---|
parquet-hive-1.11.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive/
implementation 'com.gojek.parquet:parquet-hive:1.11.3'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive/
implementation ("com.gojek.parquet:parquet-hive:1.11.3")
'com.gojek.parquet:parquet-hive:pom:1.11.3'
<dependency org="com.gojek.parquet" name="parquet-hive" rev="1.11.3">
<artifact name="parquet-hive" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hive', version='1.11.3')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hive" % "1.11.3"
[com.gojek.parquet/parquet-hive "1.11.3"]