GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdspark-accumulo-library |
Version | Version1.7.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-accumulo-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>spark-accumulo-library</artifactId>
<version>1.7.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-accumulo-library/
implementation 'uk.gov.gchq.gaffer:spark-accumulo-library:1.7.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-accumulo-library/
implementation ("uk.gov.gchq.gaffer:spark-accumulo-library:1.7.0-RC1")
'uk.gov.gchq.gaffer:spark-accumulo-library:jar:1.7.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="spark-accumulo-library" rev="1.7.0-RC1">
<artifact name="spark-accumulo-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='spark-accumulo-library', version='1.7.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "spark-accumulo-library" % "1.7.0-RC1"
[uk.gov.gchq.gaffer/spark-accumulo-library "1.7.0-RC1"]