GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdsketches-library |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
sketches-library-1.4.0.pom | |
sketches-library-1.4.0.jar | 46 KB |
sketches-library-1.4.0-tests.jar | 68 KB |
sketches-library-1.4.0-sources.jar | 55 KB |
sketches-library-1.4.0-javadoc.jar | 294 KB |
sketches-library-1.4.0-deploy.jar | 219 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation 'uk.gov.gchq.gaffer:sketches-library:1.4.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/sketches-library/
implementation ("uk.gov.gchq.gaffer:sketches-library:1.4.0")
'uk.gov.gchq.gaffer:sketches-library:jar:1.4.0'
<dependency org="uk.gov.gchq.gaffer" name="sketches-library" rev="1.4.0">
<artifact name="sketches-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='sketches-library', version='1.4.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "sketches-library" % "1.4.0"
[uk.gov.gchq.gaffer/sketches-library "1.4.0"]