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