| Категории |
КатегорииCLI Взаимодействие с пользователем KeY Данные Data Formats Formal Verification Keycloak Безопасность |
|---|---|
| Группа | Группаorg.keycloak.secretstore |
| Идентификатор | Идентификаторsecret-store-examples-client-behind-proxy |
| Версия | Версия1.0.13.Final |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/ -->
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-examples-client-behind-proxy</artifactId>
<version>1.0.13.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/
implementation 'org.keycloak.secretstore:secret-store-examples-client-behind-proxy:1.0.13.Final'
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-client-behind-proxy/
implementation ("org.keycloak.secretstore:secret-store-examples-client-behind-proxy:1.0.13.Final")
'org.keycloak.secretstore:secret-store-examples-client-behind-proxy:war:1.0.13.Final'
<dependency org="org.keycloak.secretstore" name="secret-store-examples-client-behind-proxy" rev="1.0.13.Final">
<artifact name="secret-store-examples-client-behind-proxy" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak.secretstore', module='secret-store-examples-client-behind-proxy', version='1.0.13.Final')
)
libraryDependencies += "org.keycloak.secretstore" % "secret-store-examples-client-behind-proxy" % "1.0.13.Final"
[org.keycloak.secretstore/secret-store-examples-client-behind-proxy "1.0.13.Final"]