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