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