MVN

net.guerlab.cloud.gateway : guerlab-cloud-gateway

Maven & Gradle

Apr 07, 2022

Guerlab Cloud Gateway · Guerlab Cloud Gateway

<dependency>
    <groupId>net.guerlab.cloud.gateway</groupId>
    <artifactId>guerlab-cloud-gateway</artifactId>
    <version>2022.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2022.4.1

All Versions

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

Version Vulnerabilities Updated
2022.4.x
guerlab-cloud-gateway-2022.4.1
guerlab-cloud-gateway-2022.4.0
2022.3.x
guerlab-cloud-gateway-2022.3.0
2022.2.x
guerlab-cloud-gateway-2022.2.0
2022.0.x
guerlab-cloud-gateway-2022.0.0
21.11.x
guerlab-cloud-gateway-21.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.guerlab.cloud.gateway</groupId>
    <artifactId>guerlab-cloud-gateway</artifactId>
    <version>2022.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.guerlab.cloud.gateway:guerlab-cloud-gateway:2022.4.1'

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

implementation("net.guerlab.cloud.gateway:guerlab-cloud-gateway:2022.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.guerlab.cloud.gateway" % "guerlab-cloud-gateway" % "2022.4.1"