Stripe 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.

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.technochord.stripe
ArtifactId

ArtifactId

stripe-service
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Stripe 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.

Download stripe-service

How to add to project

<!-- 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"]

Dependencies

compile (8)

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}

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0