MVN

io.rocketbase.commons : commons-auth-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 4.3.1
  • Latest Release Candidate: 4.0.0-RC4
  • Latest Beta: 2.0.0.Beta2

All Versions

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

Version Vulnerabilities Updated
4.3.x
commons-auth-core-4.3.1
commons-auth-core-4.3.0
4.2.x
commons-auth-core-4.2.1
commons-auth-core-4.2.0
4.1.x
commons-auth-core-4.1.1
commons-auth-core-4.1.0
4.0.x
commons-auth-core-4.0.1
commons-auth-core-4.0.0
commons-auth-core-4.0.0-RC4
commons-auth-core-4.0.0-RC3
commons-auth-core-4.0.0-RC2
commons-auth-core-4.0.0-RC1
3.3.x
commons-auth-core-3.3.5
commons-auth-core-3.3.4
commons-auth-core-3.3.3
commons-auth-core-3.3.2
commons-auth-core-3.3.1
commons-auth-core-3.3.0
3.2.x
commons-auth-core-3.2.1
commons-auth-core-3.2.0
3.1.x
commons-auth-core-3.1.0
3.0.x
commons-auth-core-3.0.2
commons-auth-core-3.0.1
commons-auth-core-3.0.0
2.7.x
commons-auth-core-2.7.6
commons-auth-core-2.7.5
commons-auth-core-2.7.4
commons-auth-core-2.7.3
commons-auth-core-2.7.2
commons-auth-core-2.7.1
commons-auth-core-2.7.0
2.6.x
commons-auth-core-2.6.1
commons-auth-core-2.6.0
2.5.x
commons-auth-core-2.5.5
commons-auth-core-2.5.4
commons-auth-core-2.5.3
commons-auth-core-2.5.2
commons-auth-core-2.5.1
commons-auth-core-2.5.0
2.4.x
commons-auth-core-2.4.3
commons-auth-core-2.4.2
commons-auth-core-2.4.1
commons-auth-core-2.4.0
2.3.x
commons-auth-core-2.3.0
2.2.x
commons-auth-core-2.2.1
commons-auth-core-2.2.0
2.1.x
commons-auth-core-2.1.4
commons-auth-core-2.1.3
commons-auth-core-2.1.2
commons-auth-core-2.1.1
commons-auth-core-2.1.0
2.0.x
commons-auth-core-2.0.1
commons-auth-core-2.0.0
commons-auth-core-2.0.0.Beta2
commons-auth-core-2.0.0.Beta1
1.6.x
commons-auth-core-1.6.4
commons-auth-core-1.6.3
commons-auth-core-1.6.2
commons-auth-core-1.6.1
commons-auth-core-1.6.0
1.5.x
commons-auth-core-1.5.1
commons-auth-core-1.5.0
1.4.x
commons-auth-core-1.4.2
commons-auth-core-1.4.1
commons-auth-core-1.4.0
1.3.x
commons-auth-core-1.3.1
commons-auth-core-1.3.0
1.2.x
commons-auth-core-1.2.0
1.1.x
commons-auth-core-1.1.0
1.0.x
commons-auth-core-1.0.2
commons-auth-core-1.0.1
commons-auth-core-1.0.0
0.3.x
commons-auth-core-0.3.0
0.2.x
commons-auth-core-0.2.0
0.1.x
commons-auth-core-0.1.1
commons-auth-core-0.1.0
0.0.x
commons-auth-core-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-auth-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement