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