GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-qr |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
common-qr-0.4.pom | |
common-qr-0.4.jar | 4 KB |
common-qr-0.4-sources.jar | 3 KB |
common-qr-0.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-qr/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-qr</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-qr/
implementation 'org.bardframework.commons:common-qr:0.4'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-qr/
implementation ("org.bardframework.commons:common-qr:0.4")
'org.bardframework.commons:common-qr:jar:0.4'
<dependency org="org.bardframework.commons" name="common-qr" rev="0.4">
<artifact name="common-qr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-qr', version='0.4')
)
libraryDependencies += "org.bardframework.commons" % "common-qr" % "0.4"
[org.bardframework.commons/common-qr "0.4"]