MVN

dk.acto : auth-client

Maven & Gradle

Sep 24, 2020
7 stars

Fafnir SSO Client · Client library for the Fafnir SSO solution, for use with Spring Boot

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>auth-client</artifactId>
    <version>1.1.147.b18847f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.acto : auth-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.147.b18847f

All Versions

Choose a version of dk.acto : auth-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
auth-client-1.1.147.b18847f
auth-client-1.1.146.d292f93
auth-client-1.1.145.6affb9d
auth-client-1.1.144.c4a624e
auth-client-1.1.141.9ff28dd
auth-client-1.1.137.4e493e8

How to add a dependency to Maven

Add the following dk.acto : auth-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>auth-client</artifactId>
    <version>1.1.147.b18847f</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.acto : auth-client gradle dependency to your build.gradle file:

implementation 'dk.acto:auth-client:1.1.147.b18847f'

Gradle Kotlin DSL: Add the following dk.acto : auth-client gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.acto:auth-client:1.1.147.b18847f")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.acto : auth-client sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.acto" % "auth-client" % "1.1.147.b18847f"

Advertisement