MVN

com.github.swiftech : swiftboot-auth

Maven & Gradle

Aug 13, 2023
8 stars
<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot-auth</artifactId>
    <version>2.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.swiftech : swiftboot-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.2
  • Latest Beta: 1.3-beta3

All Versions

Choose a version of com.github.swiftech : swiftboot-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
swiftboot-auth-2.4.2
swiftboot-auth-2.4.1
2.4
swiftboot-auth-2.4
2.3.x
swiftboot-auth-2.3.1
2.3
swiftboot-auth-2.3
2.2.x
swiftboot-auth-2.2.1
2.2
swiftboot-auth-2.2
2.1.x
swiftboot-auth-2.1.1
2.1
swiftboot-auth-2.1
2.0.x
swiftboot-auth-2.0.2
swiftboot-auth-2.0.1
swiftboot-auth-2.0.0
1.3
swiftboot-auth-1.3-beta3
swiftboot-auth-1.3-beta2
swiftboot-auth-1.3-beta1
1.2.x
swiftboot-auth-1.2.1
1.2
swiftboot-auth-1.2
1.1.x
swiftboot-auth-1.1.1
1.1
swiftboot-auth-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.swiftech</groupId>
    <artifactId>swiftboot-auth</artifactId>
    <version>2.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.swiftech : swiftboot-auth gradle dependency to your build.gradle file:

implementation 'com.github.swiftech:swiftboot-auth:2.4.2'

Gradle Kotlin DSL: Add the following com.github.swiftech : swiftboot-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.swiftech:swiftboot-auth:2.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.swiftech : swiftboot-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.swiftech" % "swiftboot-auth" % "2.4.2"

Advertisement