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