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