Skip to content

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:

  1. 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")
      }
    }
  1. add dependency
  implementation 'io.arcblock:stylize_qr:1.0.0'
  implementation 'com.google.zxing:core:3.3.3'