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