Categories |
CategoriesSpring Boot Container Microservices Stripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.technochord.spring.starter.stripe |
ArtifactId | ArtifactIdstripe-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStripe Spring Boot Starter
Adds the StripeService to client application
|
<!-- https://jarcasting.com/artifacts/com.technochord.spring.starter.stripe/stripe-spring-boot-starter/ -->
<dependency>
<groupId>com.technochord.spring.starter.stripe</groupId>
<artifactId>stripe-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.technochord.spring.starter.stripe/stripe-spring-boot-starter/
implementation 'com.technochord.spring.starter.stripe:stripe-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.technochord.spring.starter.stripe/stripe-spring-boot-starter/
implementation ("com.technochord.spring.starter.stripe:stripe-spring-boot-starter:1.0.0")
'com.technochord.spring.starter.stripe:stripe-spring-boot-starter:jar:1.0.0'
<dependency org="com.technochord.spring.starter.stripe" name="stripe-spring-boot-starter" rev="1.0.0">
<artifact name="stripe-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.technochord.spring.starter.stripe', module='stripe-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.technochord.spring.starter.stripe" % "stripe-spring-boot-starter" % "1.0.0"
[com.technochord.spring.starter.stripe/stripe-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.technochord.stripe : stripe-service | jar | 1.0.2 |
org.projectlombok : lombok | jar | ${lombok.version} |
org.projectlombok : lombok-utils | jar | ${lombok.version} |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |