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