MVN

io.github.eetchyza : springauth

Maven & Gradle

Apr 17, 2019
1 stars

spring-auth · This is a very simple library for providing a spring boot application with OAuth2 type authentication, while taking a lot of influence from spring security it is not meant as a spring security replacement but rather a light weight alternative

<dependency>
    <groupId>io.github.eetchyza</groupId>
    <artifactId>springauth</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.eetchyza : springauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of io.github.eetchyza : springauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
springauth-1.0.16

How to add a dependency to Maven

Add the following io.github.eetchyza : springauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.eetchyza</groupId>
    <artifactId>springauth</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.eetchyza : springauth gradle dependency to your build.gradle file:

implementation 'io.github.eetchyza:springauth:1.0.16'

Gradle Kotlin DSL: Add the following io.github.eetchyza : springauth gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.eetchyza:springauth:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.eetchyza : springauth sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.eetchyza" % "springauth" % "1.0.16"

Advertisement