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