License |
License |
---|---|
GroupId | GroupIdio.github.berthax |
ArtifactId | ArtifactIdqr-code |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qr-code-1.0.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.berthax/qr-code/ -->
<dependency>
<groupId>io.github.berthax</groupId>
<artifactId>qr-code</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.berthax/qr-code/
implementation 'io.github.berthax:qr-code:1.0.4'
// https://jarcasting.com/artifacts/io.github.berthax/qr-code/
implementation ("io.github.berthax:qr-code:1.0.4")
'io.github.berthax:qr-code:pom:1.0.4'
<dependency org="io.github.berthax" name="qr-code" rev="1.0.4">
<artifact name="qr-code" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.berthax', module='qr-code', version='1.0.4')
)
libraryDependencies += "io.github.berthax" % "qr-code" % "1.0.4"
[io.github.berthax/qr-code "1.0.4"]