MVN

org.bitbucket.askllc.fermenter.stout : stout-spring-authentication

Maven & Gradle

Dec 31, 2020

Fermenter::Stout::Spring::Authentication · Provides base functionality for spring authentication.

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-spring-authentication</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-spring-authentication to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5
  • Latest Release Candidate: 2.0.0.RC23

All Versions

Choose a version of org.bitbucket.askllc.fermenter.stout : stout-spring-authentication to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
stout-spring-authentication-2.1.5
stout-spring-authentication-2.1.4
stout-spring-authentication-2.1.3
stout-spring-authentication-2.1.2
stout-spring-authentication-2.1.1
stout-spring-authentication-2.1.0
2.0.x
stout-spring-authentication-2.0.1
stout-spring-authentication-2.0.0.CR24
stout-spring-authentication-2.0.0
stout-spring-authentication-2.0.0.RC23
stout-spring-authentication-2.0.0.RC22
stout-spring-authentication-2.0.0.RC21
stout-spring-authentication-2.0.0.RC20
stout-spring-authentication-2.0.0.CR19
stout-spring-authentication-2.0.0.CR18
stout-spring-authentication-2.0.0.CR17
stout-spring-authentication-2.0.0.CR16
stout-spring-authentication-2.0.0.CR15
stout-spring-authentication-2.0.0.CR14
stout-spring-authentication-2.0.0.CR13
stout-spring-authentication-2.0.0.CR12
stout-spring-authentication-2.0.0.CR11
stout-spring-authentication-2.0.0.CR10
stout-spring-authentication-2.0.0.CR9
stout-spring-authentication-2.0.0.CR8

How to add a dependency to Maven

Add the following org.bitbucket.askllc.fermenter.stout : stout-spring-authentication maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
    <artifactId>stout-spring-authentication</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-spring-authentication gradle dependency to your build.gradle file:

implementation 'org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:2.1.5'

Gradle Kotlin DSL: Add the following org.bitbucket.askllc.fermenter.stout : stout-spring-authentication gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.askllc.fermenter.stout:stout-spring-authentication:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.askllc.fermenter.stout : stout-spring-authentication sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-spring-authentication" % "2.1.5"