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