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