is not current version
Last Version 1.0.2

com.technochord.stripe:stripe-service 1.0.0

This service exposes a Java API based on the [rich API](https://stripe.com/docs/api/java#intro) provided by the [Stripe Payment Gateway](https://stripe.com) and offers an opinionated but limited functionality of using payment gateway.

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.technochord.stripe
ArtifactId

ArtifactId

stripe-service
Version

Version

1.0.0
Type

Type

jar

Download stripe-service 1.0.0


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