GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-hive-binding-interface |
Version | Version1.11.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding-interface/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-hive-binding-interface</artifactId>
<version>1.11.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding-interface/
implementation 'com.gojek.parquet:parquet-hive-binding-interface:1.11.8'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hive-binding-interface/
implementation ("com.gojek.parquet:parquet-hive-binding-interface:1.11.8")
'com.gojek.parquet:parquet-hive-binding-interface:jar:1.11.8'
<dependency org="com.gojek.parquet" name="parquet-hive-binding-interface" rev="1.11.8">
<artifact name="parquet-hive-binding-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hive-binding-interface', version='1.11.8')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hive-binding-interface" % "1.11.8"
[com.gojek.parquet/parquet-hive-binding-interface "1.11.8"]