| License |
License |
|---|---|
| GroupId | GroupIdcom.astrapay |
| ArtifactId | ArtifactIdspring-qris |
| Last Version | Last Version1.16 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionastrapay-qris
QRIS Parser for Spring by AstraPay
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-qris-1.16.pom | |
| spring-qris-1.16.jar | 188 KB |
| spring-qris-1.16-sources.jar | 99 KB |
| spring-qris-1.16-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.astrapay/spring-qris/ -->
<dependency>
<groupId>com.astrapay</groupId>
<artifactId>spring-qris</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.astrapay/spring-qris/
implementation 'com.astrapay:spring-qris:1.16'
// https://jarcasting.com/artifacts/com.astrapay/spring-qris/
implementation ("com.astrapay:spring-qris:1.16")
'com.astrapay:spring-qris:jar:1.16'
<dependency org="com.astrapay" name="spring-qris" rev="1.16">
<artifact name="spring-qris" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astrapay', module='spring-qris', version='1.16')
)
libraryDependencies += "com.astrapay" % "spring-qris" % "1.16"
[com.astrapay/spring-qris "1.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |
| org.mockito : mockito-core | jar | 4.0.0 |