MVN

io.github.fern-api : auth-utils

Maven & Gradle

Jul 16, 2022
<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>auth-utils</artifactId>
    <version>0.0.83</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fern-api : auth-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.83

All Versions

Choose a version of io.github.fern-api : auth-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
auth-utils-0.0.83
auth-utils-0.0.82
auth-utils-0.0.81
auth-utils-0.0.80
auth-utils-0.0.79
auth-utils-0.0.78
auth-utils-0.0.77
auth-utils-0.0.76
auth-utils-0.0.75
auth-utils-0.0.74
auth-utils-0.0.73
auth-utils-0.0.72
auth-utils-0.0.71
auth-utils-0.0.70
auth-utils-0.0.69
auth-utils-0.0.68
auth-utils-0.0.67
auth-utils-0.0.66
auth-utils-0.0.65
auth-utils-0.0.64
auth-utils-0.0.63
auth-utils-0.0.62
auth-utils-0.0.61
auth-utils-0.0.60
auth-utils-0.0.59
auth-utils-0.0.58
auth-utils-0.0.57
auth-utils-0.0.56
auth-utils-0.0.55
auth-utils-0.0.54
auth-utils-0.0.53
auth-utils-0.0.52
auth-utils-0.0.51
auth-utils-0.0.50
auth-utils-0.0.49
auth-utils-0.0.48
auth-utils-0.0.47
auth-utils-0.0.46.dirty
auth-utils-0.0.46
auth-utils-0.0.45-1-g600f6fd.dirty

How to add a dependency to Maven

Add the following io.github.fern-api : auth-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>auth-utils</artifactId>
    <version>0.0.83</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fern-api : auth-utils gradle dependency to your build.gradle file:

implementation 'io.github.fern-api:auth-utils:0.0.83'

Gradle Kotlin DSL: Add the following io.github.fern-api : auth-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fern-api:auth-utils:0.0.83")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fern-api : auth-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fern-api" % "auth-utils" % "0.0.83"