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