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