GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version1.10.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
cache-1.10.0-RC1.pom | |
cache-1.10.0-RC1.jar | 13 KB |
cache-1.10.0-RC1-tests.jar | 12 KB |
cache-1.10.0-RC1-sources.jar | 13 KB |
cache-1.10.0-RC1-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.10.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/cache/
implementation 'uk.gov.gchq.gaffer:cache:1.10.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/cache/
implementation ("uk.gov.gchq.gaffer:cache:1.10.0-RC1")
'uk.gov.gchq.gaffer:cache:jar:1.10.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="cache" rev="1.10.0-RC1">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='cache', version='1.10.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "cache" % "1.10.0-RC1"
[uk.gov.gchq.gaffer/cache "1.10.0-RC1"]