MVN

net.guerlab.cloud.oauth : guerlab-cloud-oauth-service

Maven & Gradle

Dec 18, 2021
3 usages

Guerlab Cloud Oauth Service

<dependency>
    <groupId>net.guerlab.cloud.oauth</groupId>
    <artifactId>guerlab-cloud-oauth-service</artifactId>
    <version>21.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.guerlab.cloud.oauth : guerlab-cloud-oauth-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.7.2

All Versions

Choose a version of net.guerlab.cloud.oauth : guerlab-cloud-oauth-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.7.x
guerlab-cloud-oauth-service-21.7.2

How to add a dependency to Maven

Add the following net.guerlab.cloud.oauth : guerlab-cloud-oauth-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.guerlab.cloud.oauth</groupId>
    <artifactId>guerlab-cloud-oauth-service</artifactId>
    <version>21.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.guerlab.cloud.oauth : guerlab-cloud-oauth-service gradle dependency to your build.gradle file:

implementation 'net.guerlab.cloud.oauth:guerlab-cloud-oauth-service:21.7.2'

Gradle Kotlin DSL: Add the following net.guerlab.cloud.oauth : guerlab-cloud-oauth-service gradle kotlin dependency to your build.gradle.kts file:

implementation("net.guerlab.cloud.oauth:guerlab-cloud-oauth-service:21.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.guerlab.cloud.oauth : guerlab-cloud-oauth-service sbt scala dependency to your build.sbt file:

libraryDependencies += "net.guerlab.cloud.oauth" % "guerlab-cloud-oauth-service" % "21.7.2"

Advertisement