is not current version
Last Version 5.1

com.vectorprint:VectorPrintCommon 4.1

Common, mainly helper classes, featuring finding class of generic parameters, thread testing, version information detection, ArrayHelper, CertificateHelper, StringConverter

GroupId

GroupId

com.vectorprint
ArtifactId

ArtifactId

VectorPrintCommon
Version

Version

4.1
Type

Type

jar

Download VectorPrintCommon 4.1


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