| GroupId | GroupIdcom.github.luues.tool | 
    
|---|---|
| ArtifactId | ArtifactIdtool-qrcode | 
    
| Version | Version1.0.0.3.RELEASE | 
        
| Type | Typejar | 
    
<!-- 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.3.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-qrcode/
implementation 'com.github.luues.tool:tool-qrcode:1.0.0.3.RELEASE'
                // https://jarcasting.com/artifacts/com.github.luues.tool/tool-qrcode/
implementation ("com.github.luues.tool:tool-qrcode:1.0.0.3.RELEASE")
                'com.github.luues.tool:tool-qrcode:jar:1.0.0.3.RELEASE'
                <dependency org="com.github.luues.tool" name="tool-qrcode" rev="1.0.0.3.RELEASE">
  <artifact name="tool-qrcode" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.luues.tool', module='tool-qrcode', version='1.0.0.3.RELEASE')
)
                libraryDependencies += "com.github.luues.tool" % "tool-qrcode" % "1.0.0.3.RELEASE"
                [com.github.luues.tool/tool-qrcode "1.0.0.3.RELEASE"]