Last Version

QRGen-parent 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

qrgen-parent
Version

Version

2.0
Type

Type

pom
Description

Description

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

Project URL

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

Download qrgen-parent 2.0

Filename Size
qrgen-parent-2.0.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • javase
  • android