License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.vanillasource.config |
ArtifactId | ArtifactIdconfig-parent |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfig Parent
The generic configuration library for applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
config-parent-2.0.0.pom | 6 KB |
config-parent-2.0.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/ -->
<dependency>
<groupId>com.vanillasource.config</groupId>
<artifactId>config-parent</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/
implementation 'com.vanillasource.config:config-parent:2.0.0'
// https://jarcasting.com/artifacts/com.vanillasource.config/config-parent/
implementation ("com.vanillasource.config:config-parent:2.0.0")
'com.vanillasource.config:config-parent:jar:2.0.0'
<dependency org="com.vanillasource.config" name="config-parent" rev="2.0.0">
<artifact name="config-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vanillasource.config', module='config-parent', version='2.0.0')
)
libraryDependencies += "com.vanillasource.config" % "config-parent" % "2.0.0"
[com.vanillasource.config/config-parent "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |
org.mockito : mockito-all | jar | 1.9.5 |