Categories |
CategoriesSpring Boot Container Microservices KeY Data Data Formats Formal Verification Keycloak Security |
---|---|
GroupId | GroupIdorg.keycloak |
ArtifactId | ArtifactIdspring-boot-container-bundle |
Version | Version5.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>spring-boot-container-bundle</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/
implementation 'org.keycloak:spring-boot-container-bundle:5.0.0'
// https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/
implementation ("org.keycloak:spring-boot-container-bundle:5.0.0")
'org.keycloak:spring-boot-container-bundle:jar:5.0.0'
<dependency org="org.keycloak" name="spring-boot-container-bundle" rev="5.0.0">
<artifact name="spring-boot-container-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='spring-boot-container-bundle', version='5.0.0')
)
libraryDependencies += "org.keycloak" % "spring-boot-container-bundle" % "5.0.0"
[org.keycloak/spring-boot-container-bundle "5.0.0"]