is not current version
Last Version 20.6.2

com.stripe:stripe-core 19.3.0

The core module of Stripe Android SDKs

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.stripe
ArtifactId

ArtifactId

stripe-core
Version

Version

19.3.0
Type

Type

aar

Download stripe-core 19.3.0


<!-- https://jarcasting.com/artifacts/com.stripe/stripe-core/ -->
<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>stripe-core</artifactId>
    <version>19.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-core/
implementation 'com.stripe:stripe-core:19.3.0'
// https://jarcasting.com/artifacts/com.stripe/stripe-core/
implementation ("com.stripe:stripe-core:19.3.0")
'com.stripe:stripe-core:aar:19.3.0'
<dependency org="com.stripe" name="stripe-core" rev="19.3.0">
  <artifact name="stripe-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-core', version='19.3.0')
)
libraryDependencies += "com.stripe" % "stripe-core" % "19.3.0"
[com.stripe/stripe-core "19.3.0"]