GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdparquet-store |
Version | Version1.13.4 |
Type | Typejar |
Filename | Size |
---|---|
parquet-store-1.13.4.pom | |
parquet-store-1.13.4.jar | 179 KB |
parquet-store-1.13.4-utility.jar | 150 MB |
parquet-store-1.13.4-tests.jar | 133 KB |
parquet-store-1.13.4-sources.jar | 130 KB |
parquet-store-1.13.4-javadoc.jar | 515 KB |
parquet-store-1.13.4-full.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>parquet-store</artifactId>
<version>1.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/
implementation 'uk.gov.gchq.gaffer:parquet-store:1.13.4'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/
implementation ("uk.gov.gchq.gaffer:parquet-store:1.13.4")
'uk.gov.gchq.gaffer:parquet-store:jar:1.13.4'
<dependency org="uk.gov.gchq.gaffer" name="parquet-store" rev="1.13.4">
<artifact name="parquet-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='parquet-store', version='1.13.4')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "parquet-store" % "1.13.4"
[uk.gov.gchq.gaffer/parquet-store "1.13.4"]