MVN

net.guerlab.cloud.pay : guerlab-cloud-pay-stream-commons

Maven & Gradle

Dec 18, 2021
3 usages

Guerlab Cloud Pay Stream Commons

<dependency>
    <groupId>net.guerlab.cloud.pay</groupId>
    <artifactId>guerlab-cloud-pay-stream-commons</artifactId>
    <version>21.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 21.11.0

All Versions

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

Version Vulnerabilities Updated
21.11.x
guerlab-cloud-pay-stream-commons-21.11.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.guerlab.cloud.pay</groupId>
    <artifactId>guerlab-cloud-pay-stream-commons</artifactId>
    <version>21.11.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.guerlab.cloud.pay:guerlab-cloud-pay-stream-commons:21.11.0'

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

implementation("net.guerlab.cloud.pay:guerlab-cloud-pay-stream-commons:21.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.guerlab.cloud.pay" % "guerlab-cloud-pay-stream-commons" % "21.11.0"

Advertisement