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