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