GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmap-store |
Version | Version1.13.1 |
Type | Typejar |
Filename | Size |
---|---|
map-store-1.13.1.pom | |
map-store-1.13.1.jar | 41 KB |
map-store-1.13.1-tests.jar | 50 KB |
map-store-1.13.1-sources.jar | 30 KB |
map-store-1.13.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-store/
implementation 'uk.gov.gchq.gaffer:map-store:1.13.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-store/
implementation ("uk.gov.gchq.gaffer:map-store:1.13.1")
'uk.gov.gchq.gaffer:map-store:jar:1.13.1'
<dependency org="uk.gov.gchq.gaffer" name="map-store" rev="1.13.1">
<artifact name="map-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='map-store', version='1.13.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "map-store" % "1.13.1"
[uk.gov.gchq.gaffer/map-store "1.13.1"]