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