QR code generator

This package contains a class QrGenerator which is able to generate QR codes. It is only a thin layer on top of ZXing but reliefs you from creating the actual image files.

Лицензия

Лицензия

Группа

Группа

com.github.aytchell
Идентификатор

Идентификатор

qrgen
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

QR code generator
This package contains a class QrGenerator which is able to generate QR codes. It is only a thin layer on top of ZXing but reliefs you from creating the actual image files.
Ссылка на сайт

Ссылка на сайт

https://github.com/aytchell/qrgen
Система контроля версий

Система контроля версий

http://github.com/aytchell/qrgen/tree/master

Скачать qrgen

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.zxing : javase jar 3.5.0
com.google.zxing : core jar 3.5.0

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.0
1.0.0
0.9.0