MVN

org.smallmind : web-oauth

Maven & Gradle

Oct 21, 2019

Web-OAuth · OAuth Client/Server

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-oauth</artifactId>
    <version>3.3.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : web-oauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.24

All Versions

Choose a version of org.smallmind : web-oauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
web-oauth-3.3.24
web-oauth-3.3.23
web-oauth-3.3.22
web-oauth-3.3.21
web-oauth-3.3.20
web-oauth-3.3.19
web-oauth-3.3.18
web-oauth-3.3.17
web-oauth-3.3.16
web-oauth-3.3.15
web-oauth-3.3.14
web-oauth-3.3.12
web-oauth-3.3.11
web-oauth-3.3.10
web-oauth-3.3.9
web-oauth-3.3.8
web-oauth-3.3.7
web-oauth-3.3.6
web-oauth-3.3.5
web-oauth-3.3.4
web-oauth-3.3.3
web-oauth-3.3.2
web-oauth-3.3.1
web-oauth-3.3.0
3.2.x
web-oauth-3.2.3
web-oauth-3.2.2
web-oauth-3.2.1
web-oauth-3.2.0
3.1.x
web-oauth-3.1.9
web-oauth-3.1.8
web-oauth-3.1.7
web-oauth-3.1.6
web-oauth-3.1.5
web-oauth-3.1.4
web-oauth-3.1.3
web-oauth-3.1.1
web-oauth-3.1.0
3.0.x
web-oauth-3.0.0
2.4.x
web-oauth-2.4.25
web-oauth-2.4.24
web-oauth-2.4.23
web-oauth-2.4.22
web-oauth-2.4.21
web-oauth-2.4.20
web-oauth-2.4.19
web-oauth-2.4.18
web-oauth-2.4.17
web-oauth-2.4.16
web-oauth-2.4.15
web-oauth-2.4.14
web-oauth-2.4.13
web-oauth-2.4.12
web-oauth-2.4.11
web-oauth-2.4.10
web-oauth-2.4.8
web-oauth-2.4.7
web-oauth-2.4.6
web-oauth-2.4.5
web-oauth-2.4.4
web-oauth-2.4.2
web-oauth-2.4.1
web-oauth-2.4.0
2.3.x
web-oauth-2.3.12
web-oauth-2.3.9
web-oauth-2.3.8
web-oauth-2.3.7
web-oauth-2.3.0
2.2.x
web-oauth-2.2.2
web-oauth-2.2.1
2.0.x
web-oauth-2.0.1
1.8.x
web-oauth-1.8.6
web-oauth-1.8.1

How to add a dependency to Maven

Add the following org.smallmind : web-oauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-oauth</artifactId>
    <version>3.3.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : web-oauth gradle dependency to your build.gradle file:

implementation 'org.smallmind:web-oauth:3.3.24'

Gradle Kotlin DSL: Add the following org.smallmind : web-oauth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:web-oauth:3.3.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : web-oauth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "web-oauth" % "3.3.24"

Advertisement