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