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