GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdcache-library |
Version | Version1.2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
cache-library-1.2.0-RC1.pom | 1 KB |
cache-library-1.2.0-RC1-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/cache-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>cache-library</artifactId>
<version>1.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/cache-library/
implementation 'uk.gov.gchq.gaffer:cache-library:1.2.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/cache-library/
implementation ("uk.gov.gchq.gaffer:cache-library:1.2.0-RC1")
'uk.gov.gchq.gaffer:cache-library:jar:1.2.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="cache-library" rev="1.2.0-RC1">
<artifact name="cache-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='cache-library', version='1.2.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "cache-library" % "1.2.0-RC1"
[uk.gov.gchq.gaffer/cache-library "1.2.0-RC1"]