Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.stripe |
ArtifactId | ArtifactIdstripe-core |
Version | Version20.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
stripe-core-20.4.0.pom | |
stripe-core-20.4.0-sources.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stripe/stripe-core/ -->
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-core</artifactId>
<version>20.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-core/
implementation 'com.stripe:stripe-core:20.4.0'
// https://jarcasting.com/artifacts/com.stripe/stripe-core/
implementation ("com.stripe:stripe-core:20.4.0")
'com.stripe:stripe-core:aar:20.4.0'
<dependency org="com.stripe" name="stripe-core" rev="20.4.0">
<artifact name="stripe-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-core', version='20.4.0')
)
libraryDependencies += "com.stripe" % "stripe-core" % "20.4.0"
[com.stripe/stripe-core "20.4.0"]