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