MVN

id.code.avrist.authenticationmodule : authenticationmodule

Maven & Gradle

Sep 06, 2018

Avrist · Avrist Authentication Module

<dependency>
    <groupId>id.code.avrist.authenticationmodule</groupId>
    <artifactId>authenticationmodule</artifactId>
    <version>0.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of id.code.avrist.authenticationmodule : authenticationmodule to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.14

All Versions

Choose a version of id.code.avrist.authenticationmodule : authenticationmodule to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
authenticationmodule-0.0.14
authenticationmodule-0.0.6

How to add a dependency to Maven

Add the following id.code.avrist.authenticationmodule : authenticationmodule maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>id.code.avrist.authenticationmodule</groupId>
    <artifactId>authenticationmodule</artifactId>
    <version>0.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following id.code.avrist.authenticationmodule : authenticationmodule gradle dependency to your build.gradle file:

implementation 'id.code.avrist.authenticationmodule:authenticationmodule:0.0.14'

Gradle Kotlin DSL: Add the following id.code.avrist.authenticationmodule : authenticationmodule gradle kotlin dependency to your build.gradle.kts file:

implementation("id.code.avrist.authenticationmodule:authenticationmodule:0.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following id.code.avrist.authenticationmodule : authenticationmodule sbt scala dependency to your build.sbt file:

libraryDependencies += "id.code.avrist.authenticationmodule" % "authenticationmodule" % "0.0.14"