GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmap-store |
Version | Version0.7.6 |
Type | Typejar |
Filename | Size |
---|---|
map-store-0.7.6.pom | |
map-store-0.7.6.jar | 40 KB |
map-store-0.7.6-tests.jar | 44 KB |
map-store-0.7.6-sources.jar | 24 KB |
map-store-0.7.6-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>map-store</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-store/
implementation 'uk.gov.gchq.gaffer:map-store:0.7.6'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-store/
implementation ("uk.gov.gchq.gaffer:map-store:0.7.6")
'uk.gov.gchq.gaffer:map-store:jar:0.7.6'
<dependency org="uk.gov.gchq.gaffer" name="map-store" rev="0.7.6">
<artifact name="map-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='map-store', version='0.7.6')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "map-store" % "0.7.6"
[uk.gov.gchq.gaffer/map-store "0.7.6"]