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