MVN

de.samply : bbmri-auth-dto

Maven & Gradle

Nov 26, 2020
0 stars

BBMRI Authentication Data Transfer Objects · The data transfer objects and some helper classes used in the Perun OpenID Connect flow

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

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
bbmri-auth-dto-2.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'de.samply:bbmri-auth-dto:2.0.0'

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

implementation("de.samply:bbmri-auth-dto:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.samply" % "bbmri-auth-dto" % "2.0.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