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