MVN

ru.greatbit.whoru : auth

Maven & Gradle

May 04, 2022
8 usages
1 stars
<dependency>
    <groupId>ru.greatbit.whoru</groupId>
    <artifactId>auth</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.greatbit.whoru : auth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of ru.greatbit.whoru : auth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
auth-1.9
1.8
auth-1.8
1.7
auth-1.7
1.6
auth-1.6
1.5
auth-1.5
1.4
auth-1.4
1.3
auth-1.3
1.2
auth-1.2
1.1
auth-1.1

How to add a dependency to Maven

Add the following ru.greatbit.whoru : auth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.greatbit.whoru</groupId>
    <artifactId>auth</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.greatbit.whoru : auth gradle dependency to your build.gradle file:

implementation 'ru.greatbit.whoru:auth:1.9'

Gradle Kotlin DSL: Add the following ru.greatbit.whoru : auth gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.greatbit.whoru:auth:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.greatbit.whoru : auth sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.greatbit.whoru" % "auth" % "1.9"