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