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