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