MVN

com.stripe : link

Maven & Gradle

Aug 21, 2023
1.2k stars

link · The Link module of Stripe Payment Android SDK

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>link</artifactId>
    <version>20.28.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stripe : link to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.28.3

All Versions

Choose a version of com.stripe : link to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.28.x
link-20.28.3
link-20.28.2
link-20.28.1
link-20.28.0
20.27.x
link-20.27.3
link-20.27.2
link-20.27.1
link-20.27.0
20.26.x
link-20.26.0
20.25.x
link-20.25.8
link-20.25.7
link-20.25.6
link-20.25.5
link-20.25.4
link-20.25.3
link-20.25.2
link-20.25.1
link-20.25.0
20.24.x
link-20.24.2
link-20.24.1
link-20.24.0
20.23.x
link-20.23.1
link-20.23.0
20.22.x
link-20.22.0
20.21.x
link-20.21.1
link-20.21.0
20.20.x
link-20.20.0
20.19.x
link-20.19.5
link-20.19.4
link-20.19.3
link-20.19.2
link-20.19.1
link-20.19.0
20.18.x
link-20.18.0
20.17.x
link-20.17.0
20.16.x
link-20.16.2
link-20.16.1
link-20.16.0
20.15.x
link-20.15.4
link-20.15.3
link-20.15.2
link-20.15.1
link-20.15.0
20.14.x
link-20.14.1
link-20.14.0
20.13.x
link-20.13.0
20.12.x
link-20.12.0
20.11.x
link-20.11.0
20.10.x
link-20.10.0
20.9.x
link-20.9.0
20.8.x
link-20.8.0
20.7.x
link-20.7.0
20.6.x
link-20.6.2
link-20.6.1
20.5.x
link-20.5.0
20.4.x
link-20.4.0
20.3.x
link-20.3.0
20.2.x
link-20.2.2
link-20.2.1
link-20.2.0
20.1.x
link-20.1.0
20.0.x
link-20.0.1

How to add a dependency to Maven

Add the following com.stripe : link maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>link</artifactId>
    <version>20.28.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stripe : link gradle dependency to your build.gradle file:

implementation 'com.stripe:link:20.28.3'

Gradle Kotlin DSL: Add the following com.stripe : link gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stripe:link:20.28.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stripe : link sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stripe" % "link" % "20.28.3"

Advertisement

Dependencies from Group

Aug 24, 2023
22 usages
743 stars
Aug 21, 2023
9 usages
1.2k stars
Oct 19, 2021
8 usages
435 stars
Aug 21, 2023
6 usages
1.2k stars
Oct 19, 2021
5 usages
435 stars

Discover Dependencies