License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.gojek.parquet |
ArtifactId | ArtifactIdparquet-scala_2.12 |
Last Version | Last Version1.11.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Scala
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-scala_2.12/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-scala_2.12</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-scala_2.12/
implementation 'com.gojek.parquet:parquet-scala_2.12:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-scala_2.12/
implementation ("com.gojek.parquet:parquet-scala_2.12:1.11.9")
'com.gojek.parquet:parquet-scala_2.12:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-scala_2.12" rev="1.11.9">
<artifact name="parquet-scala_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-scala_2.12', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-scala_2.12" % "1.11.9"
[com.gojek.parquet/parquet-scala_2.12 "1.11.9"]
Group / Artifact | Type | Version |
---|---|---|
com.gojek.parquet : parquet-column | jar | 1.11.9 |
org.scala-lang : scala-library | jar | 2.12.12 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.22 |
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.4 |