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