MVN

io.nuvalence.dsgov : dsgov-auth

Maven & Gradle

Jul 12, 2023
1 stars

dsgov-auth · Code API that defines the authentication and authorization contracts of DSGov applications.

<dependency>
    <groupId>io.nuvalence.dsgov</groupId>
    <artifactId>dsgov-auth</artifactId>
    <version>0.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nuvalence.dsgov : dsgov-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.14

All Versions

Choose a version of io.nuvalence.dsgov : dsgov-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
dsgov-auth-0.1.14
dsgov-auth-0.1.13
dsgov-auth-0.1.12
dsgov-auth-0.1.11
dsgov-auth-0.1.10
dsgov-auth-0.1.9
dsgov-auth-0.1.8
dsgov-auth-0.1.5
dsgov-auth-0.1.4
dsgov-auth-0.1.3
dsgov-auth-0.1.2
dsgov-auth-0.1.1
dsgov-auth-0.1.0
0.0.x
dsgov-auth-0.0.11
dsgov-auth-0.0.10
dsgov-auth-0.0.9
dsgov-auth-0.0.8
dsgov-auth-0.0.7
dsgov-auth-0.0.6
dsgov-auth-0.0.5

How to add a dependency to Maven

Add the following io.nuvalence.dsgov : dsgov-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nuvalence.dsgov</groupId>
    <artifactId>dsgov-auth</artifactId>
    <version>0.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nuvalence.dsgov : dsgov-auth gradle dependency to your build.gradle file:

implementation 'io.nuvalence.dsgov:dsgov-auth:0.1.14'

Gradle Kotlin DSL: Add the following io.nuvalence.dsgov : dsgov-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nuvalence.dsgov:dsgov-auth:0.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nuvalence.dsgov : dsgov-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nuvalence.dsgov" % "dsgov-auth" % "0.1.14"