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