License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.marcosbarbero.boot |
ArtifactId | ArtifactIdspring-boot-moip-integration |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionSpringBoot integration for Moip payment gateway
Moip payment gateway integration for spring-boot applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-moip-integration/ -->
<dependency>
<groupId>com.marcosbarbero.boot</groupId>
<artifactId>spring-boot-moip-integration</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-moip-integration/
implementation 'com.marcosbarbero.boot:spring-boot-moip-integration:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.marcosbarbero.boot/spring-boot-moip-integration/
implementation ("com.marcosbarbero.boot:spring-boot-moip-integration:1.0.0.RELEASE")
'com.marcosbarbero.boot:spring-boot-moip-integration:jar:1.0.0.RELEASE'
<dependency org="com.marcosbarbero.boot" name="spring-boot-moip-integration" rev="1.0.0.RELEASE">
<artifact name="spring-boot-moip-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcosbarbero.boot', module='spring-boot-moip-integration', version='1.0.0.RELEASE')
)
libraryDependencies += "com.marcosbarbero.boot" % "spring-boot-moip-integration" % "1.0.0.RELEASE"
[com.marcosbarbero.boot/spring-boot-moip-integration "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
br.com.moip : java-sdk | jar | 2.0.0-RC6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |