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