MVN

com.placetopay : java-placetopay

Maven & Gradle

Aug 03, 2021

PlacetoPay Redirection Java library · With this code you will be able to quickly connect with the PlacetoPay redirection service.

<dependency>
    <groupId>com.placetopay</groupId>
    <artifactId>java-placetopay</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

Version Vulnerabilities Updated
2.0.x
java-placetopay-2.0.3
java-placetopay-2.0.2
java-placetopay-2.0.1
java-placetopay-2.0.0
1.0.x
java-placetopay-1.0.8
java-placetopay-1.0.7
java-placetopay-1.0.6
java-placetopay-1.0.5
java-placetopay-1.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.placetopay</groupId>
    <artifactId>java-placetopay</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.placetopay:java-placetopay:2.0.3'

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

implementation("com.placetopay:java-placetopay:2.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.placetopay" % "java-placetopay" % "2.0.3"

Advertisement