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