is not current version
Last Version 1.0.2

com.technochord.stripe:stripe-service 1.0.1

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
Version

Version

1.0.1
Type

Type

jar

Download stripe-service 1.0.1


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