GroupId | GroupIdcom.vectorprint |
---|---|
ArtifactId | ArtifactIdReportSVGSupport |
Version | Version7.1 |
Type | Typejar |
Filename | Size |
---|---|
ReportSVGSupport-7.1.pom | |
ReportSVGSupport-7.1.jar | 6 KB |
ReportSVGSupport-7.1-sources.jar | 4 KB |
ReportSVGSupport-7.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/ReportSVGSupport/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>ReportSVGSupport</artifactId>
<version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/ReportSVGSupport/
implementation 'com.vectorprint:ReportSVGSupport:7.1'
// https://jarcasting.com/artifacts/com.vectorprint/ReportSVGSupport/
implementation ("com.vectorprint:ReportSVGSupport:7.1")
'com.vectorprint:ReportSVGSupport:jar:7.1'
<dependency org="com.vectorprint" name="ReportSVGSupport" rev="7.1">
<artifact name="ReportSVGSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='ReportSVGSupport', version='7.1')
)
libraryDependencies += "com.vectorprint" % "ReportSVGSupport" % "7.1"
[com.vectorprint/ReportSVGSupport "7.1"]