Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.vectorprint |
ArtifactId | ArtifactIdVectorPrintConfig |
Version | Version7.9 |
Type | Typejar |
Filename | Size |
---|---|
VectorPrintConfig-7.9.pom | |
VectorPrintConfig-7.9.jar | 142 KB |
VectorPrintConfig-7.9-sources.jar | 105 KB |
VectorPrintConfig-7.9-javadoc.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintConfig</artifactId>
<version>7.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/
implementation 'com.vectorprint:VectorPrintConfig:7.9'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/
implementation ("com.vectorprint:VectorPrintConfig:7.9")
'com.vectorprint:VectorPrintConfig:jar:7.9'
<dependency org="com.vectorprint" name="VectorPrintConfig" rev="7.9">
<artifact name="VectorPrintConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintConfig', version='7.9')
)
libraryDependencies += "com.vectorprint" % "VectorPrintConfig" % "7.9"
[com.vectorprint/VectorPrintConfig "7.9"]