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