GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdrest-api |
Version | Version1.0.0-RC4 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-1.0.0-RC4.pom | 1 KB |
rest-api-1.0.0-RC4-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.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation 'uk.gov.gchq.gaffer:rest-api:1.0.0-RC4'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation ("uk.gov.gchq.gaffer:rest-api:1.0.0-RC4")
'uk.gov.gchq.gaffer:rest-api:jar:1.0.0-RC4'
<dependency org="uk.gov.gchq.gaffer" name="rest-api" rev="1.0.0-RC4">
<artifact name="rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='rest-api', version='1.0.0-RC4')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "rest-api" % "1.0.0-RC4"
[uk.gov.gchq.gaffer/rest-api "1.0.0-RC4"]