Last Version

QRGen-core 2.0

a simple QRCode generation api for java built on top ZXING

License

License

Categories

Categories

Net
GroupId

GroupId

net.glxn.qrgen
ArtifactId

ArtifactId

core
Version

Version

2.0
Type

Type

jar
Description

Description

QRGen-core
a simple QRCode generation api for java built on top ZXING
Project URL

Project URL

http://kenglxn.github.io/QRGen/

Download core 2.0


<!-- https://jarcasting.com/artifacts/net.glxn.qrgen/core/ -->
<dependency>
    <groupId>net.glxn.qrgen</groupId>
    <artifactId>core</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.glxn.qrgen/core/
implementation 'net.glxn.qrgen:core:2.0'
// https://jarcasting.com/artifacts/net.glxn.qrgen/core/
implementation ("net.glxn.qrgen:core:2.0")
'net.glxn.qrgen:core:jar:2.0'
<dependency org="net.glxn.qrgen" name="core" rev="2.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.glxn.qrgen', module='core', version='2.0')
)
libraryDependencies += "net.glxn.qrgen" % "core" % "2.0"
[net.glxn.qrgen/core "2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.zxing : core jar 3.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.