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