MVN

com.commercetools.payment : commercetools-payment-integration-java

Maven & Gradle

Jun 11, 2021
6 stars

commercetools-payment-integration-java · Java modules to create and handle payments and payment transactions

<dependency>
    <groupId>com.commercetools.payment</groupId>
    <artifactId>commercetools-payment-integration-java</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.commercetools.payment : commercetools-payment-integration-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of com.commercetools.payment : commercetools-payment-integration-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
commercetools-payment-integration-java-1.4.5
unspecified
commercetools-payment-integration-java-unspecified

How to add a dependency to Maven

Add the following com.commercetools.payment : commercetools-payment-integration-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.commercetools.payment</groupId>
    <artifactId>commercetools-payment-integration-java</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.commercetools.payment : commercetools-payment-integration-java gradle dependency to your build.gradle file:

implementation 'com.commercetools.payment:commercetools-payment-integration-java:1.4.5'

Gradle Kotlin DSL: Add the following com.commercetools.payment : commercetools-payment-integration-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.commercetools.payment:commercetools-payment-integration-java:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.commercetools.payment : commercetools-payment-integration-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.commercetools.payment" % "commercetools-payment-integration-java" % "1.4.5"

Advertisement