MVN

com.payclip.sdk : plus-reader

Maven & Gradle

Aug 24, 2023

Plus Reader SDK · An Android library that supports the communication to the Clip Plus reader.

<dependency>
    <groupId>com.payclip.sdk</groupId>
    <artifactId>plus-reader</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.payclip.sdk : plus-reader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2
  • Latest Release Candidate: 1.2.0-rc01
  • Latest Beta: 1.4.0-beta02
  • Latest Alpha: 1.4.0-alpha02

All Versions

Choose a version of com.payclip.sdk : plus-reader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
plus-reader-1.6.2
plus-reader-1.6.1
plus-reader-1.6.0
1.5.x
plus-reader-1.5.1
plus-reader-1.5.0
1.4.x
plus-reader-1.4.0-beta02
plus-reader-1.4.0-beta01
plus-reader-1.4.0-alpha02
plus-reader-1.4.0-alpha01
1.3.x
plus-reader-1.3.0
1.2.x
plus-reader-1.2.0
plus-reader-1.2.0-rc01
1.1.x
plus-reader-1.1.2
plus-reader-1.1.2-beta-04
plus-reader-1.1.2-beta-03
plus-reader-1.1.2-beta-02
plus-reader-1.1.2-beta-01
plus-reader-1.1.0-beta06
plus-reader-1.1.0-beta
1.0.x
plus-reader-1.0.0

How to add a dependency to Maven

Add the following com.payclip.sdk : plus-reader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.payclip.sdk</groupId>
    <artifactId>plus-reader</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.payclip.sdk : plus-reader gradle dependency to your build.gradle file:

implementation 'com.payclip.sdk:plus-reader:1.6.2'

Gradle Kotlin DSL: Add the following com.payclip.sdk : plus-reader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.payclip.sdk:plus-reader:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.payclip.sdk : plus-reader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.payclip.sdk" % "plus-reader" % "1.6.2"