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