GroupId | GroupIdcom.vectorprint |
---|---|
ArtifactId | ArtifactIdReportQrSupport |
Version | Version5.3 |
Type | Typejar |
Filename | Size |
---|---|
ReportQrSupport-5.3.pom | |
ReportQrSupport-5.3.jar | 4 KB |
ReportQrSupport-5.3-sources.jar | 2 KB |
ReportQrSupport-5.3-javadoc.jar | 836 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>ReportQrSupport</artifactId>
<version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation 'com.vectorprint:ReportQrSupport:5.3'
// https://jarcasting.com/artifacts/com.vectorprint/ReportQrSupport/
implementation ("com.vectorprint:ReportQrSupport:5.3")
'com.vectorprint:ReportQrSupport:jar:5.3'
<dependency org="com.vectorprint" name="ReportQrSupport" rev="5.3">
<artifact name="ReportQrSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ReportQrSupport', version='5.3')
)
libraryDependencies += "com.vectorprint" % "ReportQrSupport" % "5.3"
[com.vectorprint/ReportQrSupport "5.3"]