MVN

com.zaubersoftware.commons.auth : commons-auth-api

Maven & Gradle

Feb 20, 2019
4 usages
4 stars

Zauber::Commons::Auth::API

<dependency>
    <groupId>com.zaubersoftware.commons.auth</groupId>
    <artifactId>commons-auth-api</artifactId>
    <version>3.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zaubersoftware.commons.auth : commons-auth-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.55

All Versions

Choose a version of com.zaubersoftware.commons.auth : commons-auth-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.55
commons-auth-api-3.55
3.54
commons-auth-api-3.54
3.53
commons-auth-api-3.53
3.52
commons-auth-api-3.52
3.51
commons-auth-api-3.51
3.50
commons-auth-api-3.50
3.49
commons-auth-api-3.49

How to add a dependency to Maven

Add the following com.zaubersoftware.commons.auth : commons-auth-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zaubersoftware.commons.auth</groupId>
    <artifactId>commons-auth-api</artifactId>
    <version>3.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zaubersoftware.commons.auth : commons-auth-api gradle dependency to your build.gradle file:

implementation 'com.zaubersoftware.commons.auth:commons-auth-api:3.55'

Gradle Kotlin DSL: Add the following com.zaubersoftware.commons.auth : commons-auth-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zaubersoftware.commons.auth:commons-auth-api:3.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zaubersoftware.commons.auth : commons-auth-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zaubersoftware.commons.auth" % "commons-auth-api" % "3.55"

Advertisement