Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.technochord.stripe |
ArtifactId | ArtifactIdstripe-service |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStripe Service Facade
This service exposes a Java API (based on the rich, Stripe API) provided by the Stripe Payment Gateway to support the most commonly used functionality.
|
Filename | Size |
---|---|
stripe-service-1.0.2.pom | |
stripe-service-1.0.2.jar | 14 KB |
stripe-service-1.0.2-sources.jar | 10 KB |
stripe-service-1.0.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/ -->
<dependency>
<groupId>com.technochord.stripe</groupId>
<artifactId>stripe-service</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/
implementation 'com.technochord.stripe:stripe-service:1.0.2'
// https://jarcasting.com/artifacts/com.technochord.stripe/stripe-service/
implementation ("com.technochord.stripe:stripe-service:1.0.2")
'com.technochord.stripe:stripe-service:jar:1.0.2'
<dependency org="com.technochord.stripe" name="stripe-service" rev="1.0.2">
<artifact name="stripe-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.technochord.stripe', module='stripe-service', version='1.0.2')
)
libraryDependencies += "com.technochord.stripe" % "stripe-service" % "1.0.2"
[com.technochord.stripe/stripe-service "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | ${slf4j.version} |
ch.qos.logback : logback-classic | jar | ${logback.version} |
ch.qos.logback : logback-core | jar | ${logback.version} |
commons-lang : commons-lang | jar | ${common-lang.version} |
com.stripe : stripe-java | jar | ${stripe.version} |
org.projectlombok : lombok | jar | ${lombok.version} |
org.projectlombok : lombok-utils | jar | ${lombok.version} |
junit : junit | jar | ${junit.version} |