| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.luues.tool | 
    
| ArtifactId | ArtifactIdtool-qrcode | 
    
| Version | Version1.0.0.0.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiontool-qrcode 
            tool 二维码工具 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.luues.tool/tool-qrcode/ -->
<dependency>
    <groupId>com.github.luues.tool</groupId>
    <artifactId>tool-qrcode</artifactId>
    <version>1.0.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-qrcode/
implementation 'com.github.luues.tool:tool-qrcode:1.0.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-qrcode/
implementation ("com.github.luues.tool:tool-qrcode:1.0.0.0.RELEASE")
                'com.github.luues.tool:tool-qrcode:jar:1.0.0.0.RELEASE'
                <dependency org="com.github.luues.tool" name="tool-qrcode" rev="1.0.0.0.RELEASE">
  <artifact name="tool-qrcode" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.luues.tool', module='tool-qrcode', version='1.0.0.0.RELEASE')
)
                libraryDependencies += "com.github.luues.tool" % "tool-qrcode" % "1.0.0.0.RELEASE"
                [com.github.luues.tool/tool-qrcode "1.0.0.0.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.luues.tool : tool-core | jar | 1.0.0.0.RELEASE | 
| com.google.zxing : core | jar | 3.4.1 | 
| commons-io : commons-io | jar | 2.8.0 | 
| org.apache.commons : commons-lang3 | jar | 3.11 | 
| commons-codec : commons-codec | jar | 1.15 | 
| junit : junit | jar | 4.13.1 | 
| org.projectlombok : lombok | jar | 1.18.16 |