MVN

io.github.bootpay : android-bio

Maven & Gradle

Sep 28, 2022
0 stars

android-bio · Bootpay Android Bio Library

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

Latest Version

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

  • Latest Stable: 4.2.4

All Versions

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

Version Vulnerabilities Updated
4.2.x
android-bio-4.2.4
android-bio-4.2.3
android-bio-4.2.1
android-bio-4.2.0
4.1.x
android-bio-4.1.1
android-bio-4.1.0
4.0.x
android-bio-4.0.9
android-bio-4.0.8
android-bio-4.0.7
android-bio-4.0.1
0.0.x
android-bio-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.bootpay</groupId>
    <artifactId>android-bio</artifactId>
    <version>4.2.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.bootpay:android-bio:4.2.4'

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

implementation("io.github.bootpay:android-bio:4.2.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.bootpay" % "android-bio" % "4.2.4"

Advertisement