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