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