MVN

io.github.bluepaybr : activate

Maven & Gradle

Jul 04, 2023

activate · The BluePay Android library

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

Latest Version

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

  • Latest Stable: 2.0.18

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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