MVN

com.sobercoding : LoopAuth-abac

Maven & Gradle

Jul 11, 2023
34 stars
<dependency>
    <groupId>com.sobercoding</groupId>
    <artifactId>LoopAuth-abac</artifactId>
    <version>2.1.4.Bate.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sobercoding : LoopAuth-abac to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4.Bate.2
  • Latest Beta: 1.0.0.Beta.2

All Versions

Choose a version of com.sobercoding : LoopAuth-abac to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
LoopAuth-abac-2.1.4.Bate.2
LoopAuth-abac-2.1.4.Bate.1
LoopAuth-abac-2.1.4.Bate
LoopAuth-abac-2.1.3
LoopAuth-abac-2.1.2
LoopAuth-abac-2.1.1
LoopAuth-abac-2.1.0
2.0.x
LoopAuth-abac-2.0.3
LoopAuth-abac-2.0.2
LoopAuth-abac-2.0.1
LoopAuth-abac-2.0.0
1.0.x
LoopAuth-abac-1.0.5
LoopAuth-abac-1.0.2
LoopAuth-abac-1.0.1
LoopAuth-abac-1.0.0
LoopAuth-abac-1.0.0.Beta.2
LoopAuth-abac-1.0.0.Beta.1

How to add a dependency to Maven

Add the following com.sobercoding : LoopAuth-abac maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sobercoding</groupId>
    <artifactId>LoopAuth-abac</artifactId>
    <version>2.1.4.Bate.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sobercoding : LoopAuth-abac gradle dependency to your build.gradle file:

implementation 'com.sobercoding:LoopAuth-abac:2.1.4.Bate.2'

Gradle Kotlin DSL: Add the following com.sobercoding : LoopAuth-abac gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sobercoding:LoopAuth-abac:2.1.4.Bate.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sobercoding : LoopAuth-abac sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sobercoding" % "LoopAuth-abac" % "2.1.4.Bate.2"

Advertisement