Categories |
CategoriesContainer KeY Data Data Formats Formal Verification Keycloak Security |
---|---|
GroupId | GroupIdcom.github.dasniko |
ArtifactId | ArtifactIdtestcontainers-keycloak |
Version | Version1.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dasniko/testcontainers-keycloak/ -->
<dependency>
<groupId>com.github.dasniko</groupId>
<artifactId>testcontainers-keycloak</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dasniko/testcontainers-keycloak/
implementation 'com.github.dasniko:testcontainers-keycloak:1.10.0'
// https://jarcasting.com/artifacts/com.github.dasniko/testcontainers-keycloak/
implementation ("com.github.dasniko:testcontainers-keycloak:1.10.0")
'com.github.dasniko:testcontainers-keycloak:jar:1.10.0'
<dependency org="com.github.dasniko" name="testcontainers-keycloak" rev="1.10.0">
<artifact name="testcontainers-keycloak" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dasniko', module='testcontainers-keycloak', version='1.10.0')
)
libraryDependencies += "com.github.dasniko" % "testcontainers-keycloak" % "1.10.0"
[com.github.dasniko/testcontainers-keycloak "1.10.0"]