GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdcommon-rest |
Version | Version1.22.0 |
Type | Typejar |
Filename | Size |
---|---|
common-rest-1.22.0.pom | |
common-rest-1.22.0.jar | 37 KB |
common-rest-1.22.0-tests.jar | 21 KB |
common-rest-1.22.0-sources.jar | 27 KB |
common-rest-1.22.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/common-rest/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>common-rest</artifactId>
<version>1.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/common-rest/
implementation 'uk.gov.gchq.gaffer:common-rest:1.22.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/common-rest/
implementation ("uk.gov.gchq.gaffer:common-rest:1.22.0")
'uk.gov.gchq.gaffer:common-rest:jar:1.22.0'
<dependency org="uk.gov.gchq.gaffer" name="common-rest" rev="1.22.0">
<artifact name="common-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='common-rest', version='1.22.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "common-rest" % "1.22.0"
[uk.gov.gchq.gaffer/common-rest "1.22.0"]