play-silhouette-crypto-jca_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.playframework.silhouette</groupId>
<artifactId>play-silhouette-crypto-jca_3</artifactId>
<version>11.0.0-M4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.playframework.silhouette</groupId>
<artifactId>play-silhouette-crypto-jca_3</artifactId>
<packaging>jar</packaging>
<description>Authentication library for Play Framework applications that supports several authentication methods, including OAuth1, OAuth2, OpenID, CAS, Credentials, Basic Authentication, Two Factor Authentication or custom authentication schemes</description>
<url>https://silhouette.readme.io/</url>
<version>11.0.0-M4</version>
<licenses>
<license>
<name>Apache License</name>
<url>https://github.com/playframework/play-silhouette/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>play-silhouette-crypto-jca</name>
<organization>
<name>The Play Framework Project</name>
<url>https://silhouette.readme.io/</url>
</organization>
<scm>
<url>https://github.com/playframework/play-silhouette</url>
<connection>scm:git:https://github.com/playframework/play-silhouette.git</connection>
<developerConnection>scm:git:git@github.com:playframework/play-silhouette.git</developerConnection>
</scm>
<developers>
<developer>
<id>ndeverge</id>
<name>Nicolas Deverge</name>
<url>https://github.com/ndeverge</url>
<email>ndeverge</email>
</developer>
<developer>
<id>MathisGuillet1</id>
<name>Mathis Guillet</name>
<url>https://github.com/MathisGuillet1</url>
<email>MathisGuillet1</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.playframework.silhouette</groupId>
<artifactId>play-silhouette_3</artifactId>
<version>11.0.0-M4</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.20.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_3</artifactId>
<version>4.23.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-matcher-extra_3</artifactId>
<version>4.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>