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