aj-qrcode
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>aj-qrcode</artifactId>
<version>1.4</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ajaxjs</groupId>
<artifactId>ajaxjs-parent</artifactId>
<version>1.36</version>
<relativePath/>
</parent>
<artifactId>aj-qrcode</artifactId>
<name>aj-qrcode</name>
<version>1.4</version>
<packaging>jar</packaging>
<description>A simple QR code library</description>
<url>https://github.com/lightweight-component/aj-util/tree/main/aj-qrcode</url>
<scm>
<url>https://github.com/lightweight-component/aj-util/tree/main/aj-qrcode</url>
<connection>scm:git:https://github.com/lightweight-component/aj-util.git</connection>
</scm>
<issueManagement>
<system>Github Issues</system>
<url>https://github.com/lightweight-component/aj-util/issues</url>
</issueManagement>
</project>