Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
---|---|
GroupId | GroupIdorg.keycloak |
ArtifactId | ArtifactIdkeycloak-connections-truststore |
Version | Version1.8.0.CR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.keycloak/keycloak-connections-truststore/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-connections-truststore</artifactId>
<version>1.8.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/keycloak-connections-truststore/
implementation 'org.keycloak:keycloak-connections-truststore:1.8.0.CR3'
// https://jarcasting.com/artifacts/org.keycloak/keycloak-connections-truststore/
implementation ("org.keycloak:keycloak-connections-truststore:1.8.0.CR3")
'org.keycloak:keycloak-connections-truststore:jar:1.8.0.CR3'
<dependency org="org.keycloak" name="keycloak-connections-truststore" rev="1.8.0.CR3">
<artifact name="keycloak-connections-truststore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='keycloak-connections-truststore', version='1.8.0.CR3')
)
libraryDependencies += "org.keycloak" % "keycloak-connections-truststore" % "1.8.0.CR3"
[org.keycloak/keycloak-connections-truststore "1.8.0.CR3"]