| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.gov.gchq.palisade |
| Идентификатор | Идентификаторpolicy-service |
| Последняя версия | Последняя версия0.5.1-RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGCHQ 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]