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