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