MVN

ch.software-atelier : simpleflex-auth

Maven & Gradle

Feb 27, 2023
0 stars

Simpleflex REST · Authentication Extension for the simpleflex-base webserver

<dependency>
    <groupId>ch.software-atelier</groupId>
    <artifactId>simpleflex-auth</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.software-atelier : simpleflex-auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of ch.software-atelier : simpleflex-auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
simpleflex-auth-2.4.0
2.3.x
simpleflex-auth-2.3.0
2.2.x
simpleflex-auth-2.2.9
simpleflex-auth-2.2.8
simpleflex-auth-2.2.7
simpleflex-auth-2.2.6
simpleflex-auth-2.2.4
simpleflex-auth-2.2.2
2.1.x
simpleflex-auth-2.1.2
simpleflex-auth-2.1.1

How to add a dependency to Maven

Add the following ch.software-atelier : simpleflex-auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.software-atelier</groupId>
    <artifactId>simpleflex-auth</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.software-atelier : simpleflex-auth gradle dependency to your build.gradle file:

implementation 'ch.software-atelier:simpleflex-auth:2.4.0'

Gradle Kotlin DSL: Add the following ch.software-atelier : simpleflex-auth gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.software-atelier:simpleflex-auth:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.software-atelier : simpleflex-auth sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.software-atelier" % "simpleflex-auth" % "2.4.0"