License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIddata-service |
Version | Version0.5.0-RELEASE |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Data Service
The Data Service accepts client requests to retrieve, read, redact and return resources that have been registered through the palisade system.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/data-service/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>data-service</artifactId>
<version>0.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/data-service/
implementation 'uk.gov.gchq.palisade:data-service:0.5.0-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/data-service/
implementation ("uk.gov.gchq.palisade:data-service:0.5.0-RELEASE")
'uk.gov.gchq.palisade:data-service:jar:0.5.0-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="data-service" rev="0.5.0-RELEASE">
<artifact name="data-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='data-service', version='0.5.0-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "data-service" % "0.5.0-RELEASE"
[uk.gov.gchq.palisade/data-service "0.5.0-RELEASE"]