Categories |
CategoriesKeY Data Data Formats Formal Verification Undertow Net Networking Keycloak Security |
---|---|
GroupId | GroupIdorg.keycloak.secretstore |
ArtifactId | ArtifactIdsecret-store-undertow-filter |
Version | Version1.0.13.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-undertow-filter/ -->
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-undertow-filter</artifactId>
<version>1.0.13.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-undertow-filter/
implementation 'org.keycloak.secretstore:secret-store-undertow-filter:1.0.13.Final'
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-undertow-filter/
implementation ("org.keycloak.secretstore:secret-store-undertow-filter:1.0.13.Final")
'org.keycloak.secretstore:secret-store-undertow-filter:jar:1.0.13.Final'
<dependency org="org.keycloak.secretstore" name="secret-store-undertow-filter" rev="1.0.13.Final">
<artifact name="secret-store-undertow-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keycloak.secretstore', module='secret-store-undertow-filter', version='1.0.13.Final')
)
libraryDependencies += "org.keycloak.secretstore" % "secret-store-undertow-filter" % "1.0.13.Final"
[org.keycloak.secretstore/secret-store-undertow-filter "1.0.13.Final"]