MVN

com.yodo1.suit.pay : google

Maven & Gradle

Aug 10, 2023

google · this is a library about Yodo1Suit

<dependency>
    <groupId>com.yodo1.suit.pay</groupId>
    <artifactId>google</artifactId>
    <version>17.0.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yodo1.suit.pay : google to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.0.12

All Versions

Choose a version of com.yodo1.suit.pay : google to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
google-17.0.0.12
google-17.0.0.11
google-17.0.0.10
google-17.0.0.9
google-17.0.0.8
google-17.0.0.7
google-17.0.0.6
google-17.0.0.5
google-17.0.0.4
google-17.0.0.3
google-17.0.0.2
google-17.0.0.1
google-17.0.0.0
6.0.x
google-6.0.0.2
google-6.0.0.1
5.1.x
google-5.1.0.1
google-5.1.0.0
5.0.x
google-5.0.0.1
google-5.0.0.0
4.0.x
google-4.0.0.6
google-4.0.0.5

How to add a dependency to Maven

Add the following com.yodo1.suit.pay : google maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yodo1.suit.pay</groupId>
    <artifactId>google</artifactId>
    <version>17.0.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yodo1.suit.pay : google gradle dependency to your build.gradle file:

implementation 'com.yodo1.suit.pay:google:17.0.0.12'

Gradle Kotlin DSL: Add the following com.yodo1.suit.pay : google gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yodo1.suit.pay:google:17.0.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yodo1.suit.pay : google sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yodo1.suit.pay" % "google" % "17.0.0.12"

Advertisement