MVN

io.github.bluepaybr : charge

Maven & Gradle

Jul 04, 2023

charge · The BluePay Android library

<dependency>
    <groupId>io.github.bluepaybr</groupId>
    <artifactId>charge</artifactId>
    <version>2.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bluepaybr : charge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.18

All Versions

Choose a version of io.github.bluepaybr : charge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
charge-2.0.18
charge-2.0.17
charge-2.0.16
charge-2.0.15
charge-2.0.14
charge-2.0.13-dev07
charge-2.0.13-dev06
charge-2.0.13-dev05
charge-2.0.13-dev04
charge-2.0.13-dev02
charge-2.0.13-dev01

How to add a dependency to Maven

Add the following io.github.bluepaybr : charge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bluepaybr</groupId>
    <artifactId>charge</artifactId>
    <version>2.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bluepaybr : charge gradle dependency to your build.gradle file:

implementation 'io.github.bluepaybr:charge:2.0.18'

Gradle Kotlin DSL: Add the following io.github.bluepaybr : charge gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bluepaybr:charge:2.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bluepaybr : charge sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bluepaybr" % "charge" % "2.0.18"