| GroupId | GroupIdcom.gojek.parquet |
|---|---|
| ArtifactId | ArtifactIdparquet-common |
| Version | Version1.11.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parquet-common-1.11.3.pom | |
| parquet-common-1.11.3.jar | 93 KB |
| parquet-common-1.11.3-tests.jar | 43 KB |
| parquet-common-1.11.3-sources.jar | 65 KB |
| parquet-common-1.11.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-common/
implementation 'com.gojek.parquet:parquet-common:1.11.3'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-common/
implementation ("com.gojek.parquet:parquet-common:1.11.3")
'com.gojek.parquet:parquet-common:jar:1.11.3'
<dependency org="com.gojek.parquet" name="parquet-common" rev="1.11.3">
<artifact name="parquet-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-common', version='1.11.3')
)
libraryDependencies += "com.gojek.parquet" % "parquet-common" % "1.11.3"
[com.gojek.parquet/parquet-common "1.11.3"]