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