MVN

com.paypal.sdk : invoicesdk

Maven & Gradle

Dec 10, 2015
8 stars

InvoiceSDK · The PayPal Invoice SDK provides Java APIs to create and manage Invoices using the PayPal's Invoicing Service API.

<dependency>
    <groupId>com.paypal.sdk</groupId>
    <artifactId>invoicesdk</artifactId>
    <version>2.7.117</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paypal.sdk : invoicesdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.117

All Versions

Choose a version of com.paypal.sdk : invoicesdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
invoicesdk-2.7.117
2.6.x
invoicesdk-2.6.117
2.4.x
invoicesdk-2.4.106
2.3.x
invoicesdk-2.3.103
2.2.x
invoicesdk-2.2.101
invoicesdk-2.2.100
2.1.x
invoicesdk-2.1.96

How to add a dependency to Maven

Add the following com.paypal.sdk : invoicesdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paypal.sdk</groupId>
    <artifactId>invoicesdk</artifactId>
    <version>2.7.117</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paypal.sdk : invoicesdk gradle dependency to your build.gradle file:

implementation 'com.paypal.sdk:invoicesdk:2.7.117'

Gradle Kotlin DSL: Add the following com.paypal.sdk : invoicesdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paypal.sdk:invoicesdk:2.7.117")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paypal.sdk : invoicesdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paypal.sdk" % "invoicesdk" % "2.7.117"

Advertisement