MVN

com.google.apis : google-api-services-paymentsresellersubscription

Maven & Gradle

Aug 15, 2023

Payments Reseller Subscription API v1-rev20230813-2.0.0

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-paymentsresellersubscription</artifactId>
    <version>v1-rev20230813-2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.apis : google-api-services-paymentsresellersubscription to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1-rev20230813-2.0.0

All Versions

Choose a version of com.google.apis : google-api-services-paymentsresellersubscription to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1
google-api-services-paymentsresellersubscription-v1-rev20230813-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230614-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230604-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230517-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230504-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230430-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230425-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230406-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230404-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230309-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230217-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20230127-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20221208-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20221201-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20221030-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20221013-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20221002-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20220913-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20220901-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20220829-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20220706-2.0.0
google-api-services-paymentsresellersubscription-v1-rev20220706-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20220614-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20220605-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20220504-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20220501-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20220311-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20211112-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20211105-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20211102-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20211026-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20211013-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210930-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210922-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210914-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210701-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210616-1.32.1
google-api-services-paymentsresellersubscription-v1-rev20210616-1.31.5
google-api-services-paymentsresellersubscription-v1-rev20210616-1.31.0
google-api-services-paymentsresellersubscription-v1-rev20210507-1.31.0
google-api-services-paymentsresellersubscription-v1-rev20210506-1.31.0
google-api-services-paymentsresellersubscription-v1-rev20210430-1.31.0
google-api-services-paymentsresellersubscription-v1-rev20210428-1.31.0

How to add a dependency to Maven

Add the following com.google.apis : google-api-services-paymentsresellersubscription maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-paymentsresellersubscription</artifactId>
    <version>v1-rev20230813-2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.apis : google-api-services-paymentsresellersubscription gradle dependency to your build.gradle file:

implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20230813-2.0.0'

Gradle Kotlin DSL: Add the following com.google.apis : google-api-services-paymentsresellersubscription gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20230813-2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.apis : google-api-services-paymentsresellersubscription sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.apis" % "google-api-services-paymentsresellersubscription" % "v1-rev20230813-2.0.0"