GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdcore-rest |
Version | Version1.0.1 |
Type | Typewar |
Filename | Size |
---|---|
core-rest-1.0.1.pom | |
core-rest-1.0.1.war | 51 MB |
core-rest-1.0.1-tests.jar | 40 KB |
core-rest-1.0.1-sources.jar | 73 KB |
core-rest-1.0.1-javadoc.jar | 321 KB |
core-rest-1.0.1-classes.jar | 81 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.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/core-rest/
implementation 'uk.gov.gchq.gaffer:core-rest:1.0.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/core-rest/
implementation ("uk.gov.gchq.gaffer:core-rest:1.0.1")
'uk.gov.gchq.gaffer:core-rest:war:1.0.1'
<dependency org="uk.gov.gchq.gaffer" name="core-rest" rev="1.0.1">
<artifact name="core-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='core-rest', version='1.0.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "core-rest" % "1.0.1"
[uk.gov.gchq.gaffer/core-rest "1.0.1"]