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