is not current version
Last Version 5.1

com.vectorprint:VectorPrintCommon 3.9

Common, mainly helper classes for (VectorPrint) software, featuring finding class of generic parameters, thread testing, version information detection, ArrayHelper, CertificateHelper

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

VectorPrintCommon
Version

Version

3.9
Type

Type

jar

Download VectorPrintCommon 3.9


<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/ -->
<dependency>
    <groupId>com.vectorprint</groupId>
    <artifactId>VectorPrintCommon</artifactId>
    <version>3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/
implementation 'com.vectorprint:VectorPrintCommon:3.9'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/
implementation ("com.vectorprint:VectorPrintCommon:3.9")
'com.vectorprint:VectorPrintCommon:jar:3.9'
<dependency org="com.vectorprint" name="VectorPrintCommon" rev="3.9">
  <artifact name="VectorPrintCommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintCommon', version='3.9')
)
libraryDependencies += "com.vectorprint" % "VectorPrintCommon" % "3.9"
[com.vectorprint/VectorPrintCommon "3.9"]