License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.vectorprint |
ArtifactId | ArtifactIdVectorPrintConfig |
Last Version | Last Version12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVectorPrintConfig
A library for configuration of applications and parameterization of objects. Settings can be provided in a configfile (file, url, stream), as arguments and programmatically, object parameters can be set using annotations or code. Both provide data type support, serialization, cloning, a help mechanism.
|
Project Organization |
Project OrganizationVectorPrint |
Filename | Size |
---|---|
VectorPrintConfig-12.0.pom | |
VectorPrintConfig-12.0.jar | 134 KB |
VectorPrintConfig-12.0-sources.jar | 98 KB |
VectorPrintConfig-12.0-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>VectorPrintConfig</artifactId>
<version>12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/
implementation 'com.vectorprint:VectorPrintConfig:12.0'
// https://jarcasting.com/artifacts/com.vectorprint/VectorPrintConfig/
implementation ("com.vectorprint:VectorPrintConfig:12.0")
'com.vectorprint:VectorPrintConfig:jar:12.0'
<dependency org="com.vectorprint" name="VectorPrintConfig" rev="12.0">
<artifact name="VectorPrintConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='VectorPrintConfig', version='12.0')
)
libraryDependencies += "com.vectorprint" % "VectorPrintConfig" % "12.0"
[com.vectorprint/VectorPrintConfig "12.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vectorprint : VectorPrintCommon | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |