MVN

com.astrapay : spring-qris

Maven & Gradle

Jul 03, 2023
3 stars

astrapay-qris · QRIS Parser for Spring by AstraPay

<dependency>
    <groupId>com.astrapay</groupId>
    <artifactId>spring-qris</artifactId>
    <version>1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.astrapay : spring-qris to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.28

All Versions

Choose a version of com.astrapay : spring-qris to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.28
spring-qris-1.28
1.27
spring-qris-1.27
1.26
spring-qris-1.26
1.25
spring-qris-1.25
1.24
spring-qris-1.24
1.23
spring-qris-1.23
1.22
spring-qris-1.22
1.21
spring-qris-1.21
1.20
spring-qris-1.20
1.19
spring-qris-1.19
1.18
spring-qris-1.18
1.17
spring-qris-1.17
1.16
spring-qris-1.16
1.15
spring-qris-1.15
1.11
spring-qris-1.11
1.10
spring-qris-1.10
1.9
spring-qris-1.9
1.8
spring-qris-1.8
1.6
spring-qris-1.6
1.5
spring-qris-1.5
1.4
spring-qris-1.4
1.3
spring-qris-1.3

How to add a dependency to Maven

Add the following com.astrapay : spring-qris maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.astrapay</groupId>
    <artifactId>spring-qris</artifactId>
    <version>1.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.astrapay : spring-qris gradle dependency to your build.gradle file:

implementation 'com.astrapay:spring-qris:1.28'

Gradle Kotlin DSL: Add the following com.astrapay : spring-qris gradle kotlin dependency to your build.gradle.kts file:

implementation("com.astrapay:spring-qris:1.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.astrapay : spring-qris sbt scala dependency to your build.sbt file:

libraryDependencies += "com.astrapay" % "spring-qris" % "1.28"

Advertisement