GroupId | GroupIdcom.vectorprint |
---|---|
ArtifactId | ArtifactIdVectorPrintReport |
Version | Version12.3 |
Type | Typejar |
Filename | Size |
---|---|
VectorPrintReport-12.3.pom | |
VectorPrintReport-12.3.jar | 361 KB |
VectorPrintReport-12.3-sources.jar | 325 KB |
VectorPrintReport-12.3-javadoc.jar | 19 MB |
VectorPrintReport-12.3-api.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintReport</artifactId>
<version>12.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/
implementation 'com.vectorprint:VectorPrintReport:12.3'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReport/
implementation ("com.vectorprint:VectorPrintReport:12.3")
'com.vectorprint:VectorPrintReport:jar:12.3'
<dependency org="com.vectorprint" name="VectorPrintReport" rev="12.3">
<artifact name="VectorPrintReport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintReport', version='12.3')
)
libraryDependencies += "com.vectorprint" % "VectorPrintReport" % "12.3"
[com.vectorprint/VectorPrintReport "12.3"]