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