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