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