License |
License |
---|---|
GroupId | GroupIduk.gov.gchq.palisade |
ArtifactId | ArtifactIdpolicy-service |
Last Version | Last Version0.5.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGCHQ Palisade - Policy Service
The Policy Service will provide the set of rules (filters or transformations) that need to be applied to each resource that has been requested, based on the user and context.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.palisade/policy-service/ -->
<dependency>
<groupId>uk.gov.gchq.palisade</groupId>
<artifactId>policy-service</artifactId>
<version>0.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/policy-service/
implementation 'uk.gov.gchq.palisade:policy-service:0.5.1-RELEASE'
// https://jarcasting.com/artifacts/uk.gov.gchq.palisade/policy-service/
implementation ("uk.gov.gchq.palisade:policy-service:0.5.1-RELEASE")
'uk.gov.gchq.palisade:policy-service:jar:0.5.1-RELEASE'
<dependency org="uk.gov.gchq.palisade" name="policy-service" rev="0.5.1-RELEASE">
<artifact name="policy-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.palisade', module='policy-service', version='0.5.1-RELEASE')
)
libraryDependencies += "uk.gov.gchq.palisade" % "policy-service" % "0.5.1-RELEASE"
[uk.gov.gchq.palisade/policy-service "0.5.1-RELEASE"]