GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdcore-rest |
Version | Version1.10.3 |
Type | Typewar |
Filename | Size |
---|---|
core-rest-1.10.3.pom | |
core-rest-1.10.3.war | 50 MB |
core-rest-1.10.3-tests.jar | 67 KB |
core-rest-1.10.3-sources.jar | 83 KB |
core-rest-1.10.3-javadoc.jar | 344 KB |
core-rest-1.10.3-classes.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/core-rest/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>core-rest</artifactId>
<version>1.10.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/core-rest/
implementation 'uk.gov.gchq.gaffer:core-rest:1.10.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/core-rest/
implementation ("uk.gov.gchq.gaffer:core-rest:1.10.3")
'uk.gov.gchq.gaffer:core-rest:war:1.10.3'
<dependency org="uk.gov.gchq.gaffer" name="core-rest" rev="1.10.3">
<artifact name="core-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='core-rest', version='1.10.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "core-rest" % "1.10.3"
[uk.gov.gchq.gaffer/core-rest "1.10.3"]