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