GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmap-rest |
Version | Version1.6.0-RC1 |
Type | Typewar |
Filename | Size |
---|---|
map-rest-1.6.0-RC1.pom | |
map-rest-1.6.0-RC1.war | 50 MB |
map-rest-1.6.0-RC1-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.6.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-rest/
implementation 'uk.gov.gchq.gaffer:map-rest:1.6.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/map-rest/
implementation ("uk.gov.gchq.gaffer:map-rest:1.6.0-RC1")
'uk.gov.gchq.gaffer:map-rest:war:1.6.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="map-rest" rev="1.6.0-RC1">
<artifact name="map-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='map-rest', version='1.6.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "map-rest" % "1.6.0-RC1"
[uk.gov.gchq.gaffer/map-rest "1.6.0-RC1"]