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