GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdspark-library |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
spark-library-0.6.2.pom | |
spark-library-0.6.2.jar | 53 KB |
spark-library-0.6.2-tests.jar | 16 KB |
spark-library-0.6.2-sources.jar | 32 KB |
spark-library-0.6.2-javadoc.jar | 257 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.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-library/
implementation 'uk.gov.gchq.gaffer:spark-library:0.6.2'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/spark-library/
implementation ("uk.gov.gchq.gaffer:spark-library:0.6.2")
'uk.gov.gchq.gaffer:spark-library:jar:0.6.2'
<dependency org="uk.gov.gchq.gaffer" name="spark-library" rev="0.6.2">
<artifact name="spark-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='spark-library', version='0.6.2')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "spark-library" % "0.6.2"
[uk.gov.gchq.gaffer/spark-library "0.6.2"]