MVN

de.svenkubiak : ninja-authentication-module

Maven & Gradle

Apr 10, 2015

Ninja Framework Authentication Module · This is an easly plugable module for the Ninja web framework to enable authentication services.

<dependency>
    <groupId>de.svenkubiak</groupId>
    <artifactId>ninja-authentication-module</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.svenkubiak : ninja-authentication-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0
  • Latest Release Candidate: 1.0.0.RC4
  • Latest Beta: 1.0.0.Beta3

All Versions

Choose a version of de.svenkubiak : ninja-authentication-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
ninja-authentication-module-2.4.0
2.3.x
ninja-authentication-module-2.3.2
ninja-authentication-module-2.3.0
2.2.x
ninja-authentication-module-2.2.1
ninja-authentication-module-2.2.0
2.1.x
ninja-authentication-module-2.1.0
2.0.x
ninja-authentication-module-2.0.1
ninja-authentication-module-2.0.0
1.1.x
ninja-authentication-module-1.1.3
ninja-authentication-module-1.1.2
ninja-authentication-module-1.1.1
ninja-authentication-module-1.1.0
1.0.x
ninja-authentication-module-1.0.1
ninja-authentication-module-1.0.0
ninja-authentication-module-1.0.0.RC4
ninja-authentication-module-1.0.0.RC3
ninja-authentication-module-1.0.0.RC2
ninja-authentication-module-1.0.0.Beta3
ninja-authentication-module-1.0.0.Beta2
ninja-authentication-module-1.0.0.Beta1

How to add a dependency to Maven

Add the following de.svenkubiak : ninja-authentication-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.svenkubiak</groupId>
    <artifactId>ninja-authentication-module</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.svenkubiak : ninja-authentication-module gradle dependency to your build.gradle file:

implementation 'de.svenkubiak:ninja-authentication-module:2.4.0'

Gradle Kotlin DSL: Add the following de.svenkubiak : ninja-authentication-module gradle kotlin dependency to your build.gradle.kts file:

implementation("de.svenkubiak:ninja-authentication-module:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.svenkubiak : ninja-authentication-module sbt scala dependency to your build.sbt file:

libraryDependencies += "de.svenkubiak" % "ninja-authentication-module" % "2.4.0"

Advertisement