Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.vectorprint |
ArtifactId | ArtifactIdVectorPrintReportGUI |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
VectorPrintReportGUI-2.1.pom | |
VectorPrintReportGUI-2.1.jar | 12 MB |
VectorPrintReportGUI-2.1-sources.jar | 25 KB |
VectorPrintReportGUI-2.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReportGUI/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintReportGUI</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReportGUI/
implementation 'com.vectorprint:VectorPrintReportGUI:2.1'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintReportGUI/
implementation ("com.vectorprint:VectorPrintReportGUI:2.1")
'com.vectorprint:VectorPrintReportGUI:jar:2.1'
<dependency org="com.vectorprint" name="VectorPrintReportGUI" rev="2.1">
<artifact name="VectorPrintReportGUI" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintReportGUI', version='2.1')
)
libraryDependencies += "com.vectorprint" % "VectorPrintReportGUI" % "2.1"
[com.vectorprint/VectorPrintReportGUI "2.1"]