GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmap-rest |
Version | Version1.7.0-RC2 |
Type | Typewar |
Filename | Size |
---|---|
map-rest-1.7.0-RC2.pom | |
map-rest-1.7.0-RC2.war | 50 MB |
map-rest-1.7.0-RC2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-rest/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>map-rest</artifactId>
<version>1.7.0-RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-rest/
implementation 'uk.gov.gchq.gaffer:map-rest:1.7.0-RC2'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-rest/
implementation ("uk.gov.gchq.gaffer:map-rest:1.7.0-RC2")
'uk.gov.gchq.gaffer:map-rest:war:1.7.0-RC2'
<dependency org="uk.gov.gchq.gaffer" name="map-rest" rev="1.7.0-RC2">
<artifact name="map-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='map-rest', version='1.7.0-RC2')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "map-rest" % "1.7.0-RC2"
[uk.gov.gchq.gaffer/map-rest "1.7.0-RC2"]