GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdspark-library |
Version | Version0.7.8 |
Type | Typejar |
Filename | Size |
---|---|
spark-library-0.7.8.pom | |
spark-library-0.7.8.jar | 52 KB |
spark-library-0.7.8-tests.jar | 20 KB |
spark-library-0.7.8-sources.jar | 36 KB |
spark-library-0.7.8-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>spark-library</artifactId>
<version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-library/
implementation 'uk.gov.gchq.gaffer:spark-library:0.7.8'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-library/
implementation ("uk.gov.gchq.gaffer:spark-library:0.7.8")
'uk.gov.gchq.gaffer:spark-library:jar:0.7.8'
<dependency org="uk.gov.gchq.gaffer" name="spark-library" rev="0.7.8">
<artifact name="spark-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='spark-library', version='0.7.8')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "spark-library" % "0.7.8"
[uk.gov.gchq.gaffer/spark-library "0.7.8"]