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