MVN

co.leatherback : leatherback-checkout-android

Maven & Gradle

Jul 31, 2023

leatherback-checkout-android · Leatherback Android library

<dependency>
    <groupId>co.leatherback</groupId>
    <artifactId>leatherback-checkout-android</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.leatherback : leatherback-checkout-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Alpha: 1.0.17-alpha04

All Versions

Choose a version of co.leatherback : leatherback-checkout-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
leatherback-checkout-android-1.0.17-alpha04
leatherback-checkout-android-1.0.17-alpha03
leatherback-checkout-android-1.0.17-alpha02
leatherback-checkout-android-1.0.17-alpha01
leatherback-checkout-android-1.0.16-alpha01
leatherback-checkout-android-1.0.15-alpha01
leatherback-checkout-android-1.0.14-alpha01
leatherback-checkout-android-1.0.13-alpha01
leatherback-checkout-android-1.0.12-alpha01
leatherback-checkout-android-1.0.11-alpha01
leatherback-checkout-android-1.0.10-alpha01
leatherback-checkout-android-1.0.9-alpha01
leatherback-checkout-android-1.0.8-alpha01
leatherback-checkout-android-1.0.7-alpha01
leatherback-checkout-android-1.0.6-alpha01
leatherback-checkout-android-1.0.5-alpha01
leatherback-checkout-android-1.0.4-alpha01
leatherback-checkout-android-1.0.3-alpha01
leatherback-checkout-android-1.0.2-alpha01
leatherback-checkout-android-1.0.1
leatherback-checkout-android-1.0.1-alpha01
leatherback-checkout-android-1.0.1-alpha03
leatherback-checkout-android-1.0.0
leatherback-checkout-android-1.0.0-alpha02
leatherback-checkout-android-1.0.0-alpha01

How to add a dependency to Maven

Add the following co.leatherback : leatherback-checkout-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.leatherback</groupId>
    <artifactId>leatherback-checkout-android</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.leatherback : leatherback-checkout-android gradle dependency to your build.gradle file:

implementation 'co.leatherback:leatherback-checkout-android:1.0.1'

Gradle Kotlin DSL: Add the following co.leatherback : leatherback-checkout-android gradle kotlin dependency to your build.gradle.kts file:

implementation("co.leatherback:leatherback-checkout-android:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.leatherback : leatherback-checkout-android sbt scala dependency to your build.sbt file:

libraryDependencies += "co.leatherback" % "leatherback-checkout-android" % "1.0.1"

Advertisement