io.arcblock.stylize_qr 1.0.0 Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>io.arcblock</groupId>
<artifactId>stylize_qr</artifactId>
<version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
usage:
- add repo to your maven repositories
maven {
url = uri("https://maven.pkg.github.com/arcblock/StylizeQRCode")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
- add dependency
implementation 'io.arcblock:stylize_qr:1.0.0'
implementation 'com.google.zxing:core:3.3.3'