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