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