keycloak-authentication
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.keycloak</groupId> <artifactId>keycloak-authentication</artifactId> <version>1.0-beta-1-20150523</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>keycloak-parent</artifactId> <groupId>org.keycloak</groupId> <version>1.0-beta-1-20150523</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <artifactId>keycloak-authentication</artifactId> <name>Keycloak Authentication</name> <description /> <modules> <module>authentication-api</module> <module>authentication-model</module> <module>authentication-picketlink</module> </modules> </project>