Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-soldair-node-qrcode |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-soldair-node-qrcode/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-soldair-node-qrcode</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-soldair-node-qrcode/
implementation 'org.webjars.npm:github-com-soldair-node-qrcode:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-soldair-node-qrcode/
implementation ("org.webjars.npm:github-com-soldair-node-qrcode:1.2.0")
'org.webjars.npm:github-com-soldair-node-qrcode:jar:1.2.0'
<dependency org="org.webjars.npm" name="github-com-soldair-node-qrcode" rev="1.2.0">
<artifact name="github-com-soldair-node-qrcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-soldair-node-qrcode', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-soldair-node-qrcode" % "1.2.0"
[org.webjars.npm/github-com-soldair-node-qrcode "1.2.0"]