MVN

io.rocketbase.commons : commons-auth-service

Maven & Gradle

Feb 13, 2022
4 usages
14 stars
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-auth-service</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rocketbase.commons : commons-auth-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1
  • Latest Release Candidate: 4.0.0-RC4

All Versions

Choose a version of io.rocketbase.commons : commons-auth-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
commons-auth-service-4.3.1
commons-auth-service-4.3.0
4.2.x
commons-auth-service-4.2.1
commons-auth-service-4.2.0
4.1.x
commons-auth-service-4.1.1
commons-auth-service-4.1.0
4.0.x
commons-auth-service-4.0.1
commons-auth-service-4.0.0
commons-auth-service-4.0.0-RC4
commons-auth-service-4.0.0-RC3
commons-auth-service-4.0.0-RC2
commons-auth-service-4.0.0-RC1
3.3.x
commons-auth-service-3.3.5
commons-auth-service-3.3.4
commons-auth-service-3.3.3
commons-auth-service-3.3.2
commons-auth-service-3.3.1
commons-auth-service-3.3.0
3.2.x
commons-auth-service-3.2.1
commons-auth-service-3.2.0
3.1.x
commons-auth-service-3.1.0
3.0.x
commons-auth-service-3.0.2
commons-auth-service-3.0.1
commons-auth-service-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-auth-service</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rocketbase.commons : commons-auth-service gradle dependency to your build.gradle file:

implementation 'io.rocketbase.commons:commons-auth-service:4.3.1'

Gradle Kotlin DSL: Add the following io.rocketbase.commons : commons-auth-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rocketbase.commons:commons-auth-service:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rocketbase.commons : commons-auth-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rocketbase.commons" % "commons-auth-service" % "4.3.1"

Advertisement