GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdsketches-library |
Version | Version1.9.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
<version>1.9.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation 'uk.gov.gchq.gaffer:sketches-library:1.9.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation ("uk.gov.gchq.gaffer:sketches-library:1.9.0-RC1")
'uk.gov.gchq.gaffer:sketches-library:jar:1.9.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="sketches-library" rev="1.9.0-RC1">
<artifact name="sketches-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='sketches-library', version='1.9.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "sketches-library" % "1.9.0-RC1"
[uk.gov.gchq.gaffer/sketches-library "1.9.0-RC1"]