License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
GroupId | GroupIdorg.keycloak.secretstore |
ArtifactId | ArtifactIdsecret-store-examples-server |
Last Version | Last Version1.0.15.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecret Store - Examples - Server
Assembles a Wildfly server to be used with the examples
|
<!-- https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-server/ -->
<dependency>
<groupId>org.keycloak.secretstore</groupId>
<artifactId>secret-store-examples-server</artifactId>
<version>1.0.15.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-server/
implementation 'org.keycloak.secretstore:secret-store-examples-server:1.0.15.Final'
// https://jarcasting.com/artifacts/org.keycloak.secretstore/secret-store-examples-server/
implementation ("org.keycloak.secretstore:secret-store-examples-server:1.0.15.Final")
'org.keycloak.secretstore:secret-store-examples-server:jar:1.0.15.Final'
<dependency org="org.keycloak.secretstore" name="secret-store-examples-server" rev="1.0.15.Final">
<artifact name="secret-store-examples-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keycloak.secretstore', module='secret-store-examples-server', version='1.0.15.Final')
)
libraryDependencies += "org.keycloak.secretstore" % "secret-store-examples-server" % "1.0.15.Final"
[org.keycloak.secretstore/secret-store-examples-server "1.0.15.Final"]