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