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