GroupId | GroupIdcom.vectorprint |
---|---|
ArtifactId | ArtifactIdVectorPrintCommon |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
VectorPrintCommon-4.0.pom | |
VectorPrintCommon-4.0.jar | 34 KB |
VectorPrintCommon-4.0-tests.jar | 212 KB |
VectorPrintCommon-4.0-sources.jar | 20 KB |
VectorPrintCommon-4.0-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintCommon</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/
implementation 'com.vectorprint:VectorPrintCommon:4.0'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintCommon/
implementation ("com.vectorprint:VectorPrintCommon:4.0")
'com.vectorprint:VectorPrintCommon:jar:4.0'
<dependency org="com.vectorprint" name="VectorPrintCommon" rev="4.0">
<artifact name="VectorPrintCommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintCommon', version='4.0')
)
libraryDependencies += "com.vectorprint" % "VectorPrintCommon" % "4.0"
[com.vectorprint/VectorPrintCommon "4.0"]