com.xiongyingqi:qrcode

二维码生成与识别

License

License

GroupId

GroupId

com.xiongyingqi
ArtifactId

ArtifactId

qrcode
Last Version

Last Version

0.1.10
Release Date

Release Date

Type

Type

jar
Description

Description

二维码生成与识别

Download qrcode

How to add to project

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

Dependencies

compile (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Build Status Maven Central common_utils

公共帮助类,工具包括文件工具、字符串工具、文件工具、注解工具,公共平台包括百度ip查询,其他的暂未加入。 maven依赖配置:

<dependency>
    <groupId>com.xiongyingqi</groupId>
    <artifactId>common_utils</artifactId>
    <version>${common_utils.version}</version>
</dependency>

common_helper

基本帮助类

EntityHelper: 实体帮助类

如果使用EntityHelper.print(); 则打印到控制台时能找到是那一行输出的。

Versions

Version
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.0.14
0.0.12
0.0.11
0.0.10
0.0.9