MVN

org.entur.ror.helpers : oauth2

Maven & Gradle

Aug 24, 2023
2 stars
<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>oauth2</artifactId>
    <version>1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur.ror.helpers : oauth2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.100

All Versions

Choose a version of org.entur.ror.helpers : oauth2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
oauth2-2.2
2.1
oauth2-2.1
2.0
oauth2-2.0
1.99
oauth2-1.99
1.98
oauth2-1.98
1.97
oauth2-1.97
1.96
oauth2-1.96
1.95
oauth2-1.95
1.94
oauth2-1.94
1.93
oauth2-1.93
1.92
oauth2-1.92
1.91
oauth2-1.91
1.90
oauth2-1.90
1.89
oauth2-1.89
1.88
oauth2-1.88
1.87
oauth2-1.87
1.86
oauth2-1.86
1.85
oauth2-1.85
1.84
oauth2-1.84
1.83
oauth2-1.83
1.100
oauth2-1.100
1.0.x
oauth2-1.0.82
oauth2-1.0.81
oauth2-1.0.80
oauth2-1.0.79
oauth2-1.0.78

How to add a dependency to Maven

Add the following org.entur.ror.helpers : oauth2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>oauth2</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur.ror.helpers : oauth2 gradle dependency to your build.gradle file:

implementation 'org.entur.ror.helpers:oauth2:1.100'

Gradle Kotlin DSL: Add the following org.entur.ror.helpers : oauth2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur.ror.helpers:oauth2:1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur.ror.helpers : oauth2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur.ror.helpers" % "oauth2" % "1.100"