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