MVN

com.gu.identity : identity-auth-play_2.13

Maven & Gradle

Jun 09, 2023

identity-auth-play · identity-auth-play

<dependency>
    <groupId>com.gu.identity</groupId>
    <artifactId>identity-auth-play_2.13</artifactId>
    <version>4.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gu.identity : identity-auth-play_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.12

All Versions

Choose a version of com.gu.identity : identity-auth-play_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.12
identity-auth-play_2.13-4.12
4.11
identity-auth-play_2.13-4.11
4.10
identity-auth-play_2.13-4.10
4.9
identity-auth-play_2.13-4.9
4.8
identity-auth-play_2.13-4.8
4.7
identity-auth-play_2.13-4.7
4.6
identity-auth-play_2.13-4.6
4.5
identity-auth-play_2.13-4.5
4.4
identity-auth-play_2.13-4.4
4.3
identity-auth-play_2.13-4.3
4.2
identity-auth-play_2.13-4.2
4.1
identity-auth-play_2.13-4.1
4.11+6
identity-auth-play_2.13-4.11+6-afc6cb27
4.0
identity-auth-play_2.13-4.0
3.255
identity-auth-play_2.13-3.255
3.254
identity-auth-play_2.13-3.254
3.253
identity-auth-play_2.13-3.253
3.252
identity-auth-play_2.13-3.252
3.251
identity-auth-play_2.13-3.251
3.250
identity-auth-play_2.13-3.250
3.249
identity-auth-play_2.13-3.249
3.248
identity-auth-play_2.13-3.248
3.247
identity-auth-play_2.13-3.247
3.246
identity-auth-play_2.13-3.246
identity-auth-play_2.13-3.246-M1
3.241
identity-auth-play_2.13-3.241
3.240
identity-auth-play_2.13-3.240

How to add a dependency to Maven

Add the following com.gu.identity : identity-auth-play_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gu.identity</groupId>
    <artifactId>identity-auth-play_2.13</artifactId>
    <version>4.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gu.identity : identity-auth-play_2.13 gradle dependency to your build.gradle file:

implementation 'com.gu.identity:identity-auth-play_2.13:4.12'

Gradle Kotlin DSL: Add the following com.gu.identity : identity-auth-play_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gu.identity:identity-auth-play_2.13:4.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gu.identity : identity-auth-play_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gu.identity" % "identity-auth-play_2.13" % "4.12"