GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdsketches-library |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
sketches-library-0.5.1.pom | |
sketches-library-0.5.1.jar | 11 KB |
sketches-library-0.5.1-tests.jar | 11 KB |
sketches-library-0.5.1-sources.jar | 8 KB |
sketches-library-0.5.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation 'uk.gov.gchq.gaffer:sketches-library:0.5.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation ("uk.gov.gchq.gaffer:sketches-library:0.5.1")
'uk.gov.gchq.gaffer:sketches-library:jar:0.5.1'
<dependency org="uk.gov.gchq.gaffer" name="sketches-library" rev="0.5.1">
<artifact name="sketches-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='sketches-library', version='0.5.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "sketches-library" % "0.5.1"
[uk.gov.gchq.gaffer/sketches-library "0.5.1"]