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