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