License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bookrain |
ArtifactId | ArtifactIdqrcode |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
qrcode-0.0.1.pom | |
qrcode-0.0.1.jar | 13 KB |
qrcode-0.0.1-sources.jar | 6 KB |
qrcode-0.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bookrain/qrcode/ -->
<dependency>
<groupId>net.bookrain</groupId>
<artifactId>qrcode</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bookrain/qrcode/
implementation 'net.bookrain:qrcode:0.0.1'
// https://jarcasting.com/artifacts/net.bookrain/qrcode/
implementation ("net.bookrain:qrcode:0.0.1")
'net.bookrain:qrcode:jar:0.0.1'
<dependency org="net.bookrain" name="qrcode" rev="0.0.1">
<artifact name="qrcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bookrain', module='qrcode', version='0.0.1')
)
libraryDependencies += "net.bookrain" % "qrcode" % "0.0.1"
[net.bookrain/qrcode "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.zxing : core | jar | 3.4.0 |
org.projectlombok : lombok | jar | 1.18.2 |