MVN

dk.acto : client

Maven & Gradle

Dec 22, 2021
7 stars

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

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>client</artifactId>
    <version>2.0.206.fcc5e76</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.206.fcc5e76

All Versions

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

Version Vulnerabilities Updated
2.0.x
client-2.0.206.fcc5e76
client-2.0.205.87c9772
client-2.0.203.63015d2
client-2.0.199.43dc613
client-2.0.198.5c4d64b
client-2.0.196.608255c
client-2.0.195.7768770
client-2.0.194.1c9d32a
client-2.0.193.0f72e36
client-2.0.192.6c3de21
client-2.0.190.30b7b2e
client-2.0.185.7570572
client-2.0.183.06e151d
client-2.0.180.f37cc65
client-2.0.178.316a47d
client-2.0.177.aa14f7e
client-2.0.176.2c0cb4e
client-2.0.175.695dd63
client-2.0.171.4e382da
client-2.0.170.4bd350e
client-2.0.169.720169b
client-2.0.168.737ab00
client-2.0.167.1f48118
client-2.0.166.6a78861
client-2.0.165.8c597eb
client-2.0.164.28cf608
client-2.0.163.ca8000a
client-2.0.162.50046f9
client-2.0.161.e7ffc0d
client-2.0.159.5d55581
client-2.0.158.02caac6

How to add a dependency to Maven

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

<dependency>
    <groupId>dk.acto</groupId>
    <artifactId>client</artifactId>
    <version>2.0.206.fcc5e76</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dk.acto:client:2.0.206.fcc5e76'

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

implementation("dk.acto:client:2.0.206.fcc5e76")

How to add a dependency to SBT Scala

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

libraryDependencies += "dk.acto" % "client" % "2.0.206.fcc5e76"

Advertisement