GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdspark-accumulo-library |
Version | Version1.8.3 |
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.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-accumulo-library/
implementation 'uk.gov.gchq.gaffer:spark-accumulo-library:1.8.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-accumulo-library/
implementation ("uk.gov.gchq.gaffer:spark-accumulo-library:1.8.3")
'uk.gov.gchq.gaffer:spark-accumulo-library:jar:1.8.3'
<dependency org="uk.gov.gchq.gaffer" name="spark-accumulo-library" rev="1.8.3">
<artifact name="spark-accumulo-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='spark-accumulo-library', version='1.8.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "spark-accumulo-library" % "1.8.3"
[uk.gov.gchq.gaffer/spark-accumulo-library "1.8.3"]