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