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