MVN

net.guerlab.cloud : guerlab-cloud-server-openapi-webmvc

Maven & Gradle

Dec 18, 2021
23 usages

Guerlab Cloud Server Openapi Webmvc

<dependency>
    <groupId>net.guerlab.cloud</groupId>
    <artifactId>guerlab-cloud-server-openapi-webmvc</artifactId>
    <version>21.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 21.11.0

All Versions

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

Version Vulnerabilities Updated
21.11.x
guerlab-cloud-server-openapi-webmvc-21.11.0
21.10.x
guerlab-cloud-server-openapi-webmvc-21.10.0
21.9.x
guerlab-cloud-server-openapi-webmvc-21.9.0
21.7.x
guerlab-cloud-server-openapi-webmvc-21.7.2
guerlab-cloud-server-openapi-webmvc-21.7.1
guerlab-cloud-server-openapi-webmvc-21.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.guerlab.cloud</groupId>
    <artifactId>guerlab-cloud-server-openapi-webmvc</artifactId>
    <version>21.11.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.guerlab.cloud:guerlab-cloud-server-openapi-webmvc:21.11.0'

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

implementation("net.guerlab.cloud:guerlab-cloud-server-openapi-webmvc:21.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.guerlab.cloud" % "guerlab-cloud-server-openapi-webmvc" % "21.11.0"

Advertisement