MVN

io.github.bootpay : android

Maven & Gradle

Jul 07, 2023
0 stars

android · Bootpay Android Library

<dependency>
    <groupId>io.github.bootpay</groupId>
    <artifactId>android</artifactId>
    <version>4.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.3.4

All Versions

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

Version Vulnerabilities Updated
4.3.x
android-4.3.4
android-4.3.2
android-4.3.1
android-4.3.0
4.2.x
android-4.2.9
android-4.2.8
android-4.2.7
android-4.2.6
android-4.2.4
android-4.2.3
android-4.2.2
android-4.2.1
android-4.2.0
4.0.x
android-4.0.8
android-4.0.7
android-4.0.6
android-4.0.2
android-4.0.1
android-4.0.0
0.0.x
android-0.0.2
android-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.bootpay</groupId>
    <artifactId>android</artifactId>
    <version>4.3.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.bootpay:android:4.3.4'

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

implementation("io.github.bootpay:android:4.3.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.bootpay" % "android" % "4.3.4"