GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdrest-api |
Version | Version0.5.1 |
Type | Typewar |
Filename | Size |
---|---|
rest-api-0.5.1.pom | |
rest-api-0.5.1.war | 39 MB |
rest-api-0.5.1-tests.jar | 10 KB |
rest-api-0.5.1-sources.jar | 23 KB |
rest-api-0.5.1-javadoc.jar | 132 KB |
rest-api-0.5.1-classes.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>rest-api</artifactId>
<version>0.5.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation 'uk.gov.gchq.gaffer:rest-api:0.5.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/rest-api/
implementation ("uk.gov.gchq.gaffer:rest-api:0.5.1")
'uk.gov.gchq.gaffer:rest-api:war:0.5.1'
<dependency org="uk.gov.gchq.gaffer" name="rest-api" rev="0.5.1">
<artifact name="rest-api" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='rest-api', version='0.5.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "rest-api" % "0.5.1"
[uk.gov.gchq.gaffer/rest-api "0.5.1"]