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