GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdrest-api |
Version | Version1.4.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-1.4.0-RC2.pom | 1 KB |
rest-api-1.4.0-RC2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>rest-api</artifactId>
<version>1.4.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation 'uk.gov.gchq.gaffer:rest-api:1.4.0-RC2'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation ("uk.gov.gchq.gaffer:rest-api:1.4.0-RC2")
'uk.gov.gchq.gaffer:rest-api:jar:1.4.0-RC2'
<dependency org="uk.gov.gchq.gaffer" name="rest-api" rev="1.4.0-RC2">
<artifact name="rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='rest-api', version='1.4.0-RC2')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "rest-api" % "1.4.0-RC2"
[uk.gov.gchq.gaffer/rest-api "1.4.0-RC2"]