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