License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdspring-boot-starter-pay |
Version | Version0.1.2 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-pay
pay sdk for springboot.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-pay/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-pay</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-pay/
implementation 'com.seepine:spring-boot-starter-pay:0.1.2'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-pay/
implementation ("com.seepine:spring-boot-starter-pay:0.1.2")
'com.seepine:spring-boot-starter-pay:jar:0.1.2'
<dependency org="com.seepine" name="spring-boot-starter-pay" rev="0.1.2">
<artifact name="spring-boot-starter-pay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-pay', version='0.1.2')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-pay" % "0.1.2"
[com.seepine/spring-boot-starter-pay "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.3.4.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.12 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.4.RELEASE |
com.seepine : httpclient | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |