MVN

de.samply : auth-dto

Maven & Gradle

Dec 23, 2021
2 usages
1 stars

The Samply.Auth Data Transfer Objects · The data transfer objects and some helper classes used in the (Samply) OAuth2 flows.

<dependency>
    <groupId>de.samply</groupId>
    <artifactId>auth-dto</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.samply : auth-dto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of de.samply : auth-dto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
auth-dto-5.2.0
5.1.x
auth-dto-5.1.0

How to add a dependency to Maven

Add the following de.samply : auth-dto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.samply</groupId>
    <artifactId>auth-dto</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.samply : auth-dto gradle dependency to your build.gradle file:

implementation 'de.samply:auth-dto:5.2.0'

Gradle Kotlin DSL: Add the following de.samply : auth-dto gradle kotlin dependency to your build.gradle.kts file:

implementation("de.samply:auth-dto:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.samply : auth-dto sbt scala dependency to your build.sbt file:

libraryDependencies += "de.samply" % "auth-dto" % "5.2.0"

Advertisement

Dependencies from Group

Mar 17, 2022
6 usages
0 stars
Jan 03, 2022
3 usages
0 stars
Oct 19, 2022
3 usages
0 stars
Jan 24, 2022
2 usages
0 stars
Mar 17, 2022
2 usages
0 stars

Discover Dependencies