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