Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
---|---|
GroupId | GroupIdio.github.johnjcool |
ArtifactId | ArtifactIdkeycloak-cas-services |
Version | Version4.1.1.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.johnjcool/keycloak-cas-services/ -->
<dependency>
<groupId>io.github.johnjcool</groupId>
<artifactId>keycloak-cas-services</artifactId>
<version>4.1.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.johnjcool/keycloak-cas-services/
implementation 'io.github.johnjcool:keycloak-cas-services:4.1.1.Final'
// https://jarcasting.com/artifacts/io.github.johnjcool/keycloak-cas-services/
implementation ("io.github.johnjcool:keycloak-cas-services:4.1.1.Final")
'io.github.johnjcool:keycloak-cas-services:jar:4.1.1.Final'
<dependency org="io.github.johnjcool" name="keycloak-cas-services" rev="4.1.1.Final">
<artifact name="keycloak-cas-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.johnjcool', module='keycloak-cas-services', version='4.1.1.Final')
)
libraryDependencies += "io.github.johnjcool" % "keycloak-cas-services" % "4.1.1.Final"
[io.github.johnjcool/keycloak-cas-services "4.1.1.Final"]