GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdparquet-store |
Version | Version0.7.8 |
Type | Typejar |
Filename | Size |
---|---|
parquet-store-0.7.8.pom | |
parquet-store-0.7.8.jar | 141 KB |
parquet-store-0.7.8-tests.jar | 67 KB |
parquet-store-0.7.8-sources.jar | 101 KB |
parquet-store-0.7.8-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>parquet-store</artifactId>
<version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/
implementation 'uk.gov.gchq.gaffer:parquet-store:0.7.8'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/parquet-store/
implementation ("uk.gov.gchq.gaffer:parquet-store:0.7.8")
'uk.gov.gchq.gaffer:parquet-store:jar:0.7.8'
<dependency org="uk.gov.gchq.gaffer" name="parquet-store" rev="0.7.8">
<artifact name="parquet-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='parquet-store', version='0.7.8')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "parquet-store" % "0.7.8"
[uk.gov.gchq.gaffer/parquet-store "0.7.8"]