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