GroupId | GroupIdcom.gojek.parquet |
---|---|
ArtifactId | ArtifactIdparquet-thrift |
Version | Version1.11.5 |
Type | Typejar |
Filename | Size |
---|---|
parquet-thrift-1.11.5.pom | |
parquet-thrift-1.11.5.jar | 207 KB |
parquet-thrift-1.11.5-tests.jar | 903 KB |
parquet-thrift-1.11.5-sources.jar | 79 KB |
parquet-thrift-1.11.5-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-thrift/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-thrift</artifactId>
<version>1.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-thrift/
implementation 'com.gojek.parquet:parquet-thrift:1.11.5'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-thrift/
implementation ("com.gojek.parquet:parquet-thrift:1.11.5")
'com.gojek.parquet:parquet-thrift:jar:1.11.5'
<dependency org="com.gojek.parquet" name="parquet-thrift" rev="1.11.5">
<artifact name="parquet-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-thrift', version='1.11.5')
)
libraryDependencies += "com.gojek.parquet" % "parquet-thrift" % "1.11.5"
[com.gojek.parquet/parquet-thrift "1.11.5"]