keratin-authn-backend_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.cornerman</groupId>
<artifactId>keratin-authn-backend_3</artifactId>
<version>0.1.3</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>com.github.cornerman</groupId>
<artifactId>keratin-authn-backend_3</artifactId>
<packaging>jar</packaging>
<description>keratin-authn-backend</description>
<url>https://github.com/cornerman/authn-scala</url>
<version>0.1.3</version>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>keratin-authn-backend</name>
<organization>
<name>com.github.cornerman</name>
<url>https://github.com/cornerman/authn-scala</url>
</organization>
<scm>
<url>https://github.com/cornerman/authn-scala</url>
<connection>scm:git:git@github.com:cornerman/authn-scala.git</connection>
<developerConnection>scm:git:git@github.com:cornerman/authn-scala.git</developerConnection>
</scm>
<developers>
<developer>
<id>jkaroff</id>
<name>Johannes Karoff</name>
<url>https://github.com/cornerman</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-core_3</artifactId>
<version>0.23.24</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_3</artifactId>
<version>0.23.24</version>
</dependency>
<dependency>
<groupId>com.github.cornerman</groupId>
<artifactId>http4s-jsoniter_3</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.22.1</version>
</dependency>
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>jsoniter-scala-core_3</artifactId>
<version>2.28.0</version>
</dependency>
</dependencies>
</project>