License |
License |
---|---|
Categories |
CategoriesGUI User Interface Configuration Application Layer Libs config Guice Dependency Injection |
GroupId | GroupIdcom.github.testdriven |
ArtifactId | ArtifactIdguice-commons-configuration |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice :: Commons Configuration
Implementation of Apache commons-configuration for Guice
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.testdriven/guice-commons-configuration/ -->
<dependency>
<groupId>com.github.testdriven</groupId>
<artifactId>guice-commons-configuration</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testdriven/guice-commons-configuration/
implementation 'com.github.testdriven:guice-commons-configuration:1.0'
// https://jarcasting.com/artifacts/com.github.testdriven/guice-commons-configuration/
implementation ("com.github.testdriven:guice-commons-configuration:1.0")
'com.github.testdriven:guice-commons-configuration:jar:1.0'
<dependency org="com.github.testdriven" name="guice-commons-configuration" rev="1.0">
<artifact name="guice-commons-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testdriven', module='guice-commons-configuration', version='1.0')
)
libraryDependencies += "com.github.testdriven" % "guice-commons-configuration" % "1.0"
[com.github.testdriven/guice-commons-configuration "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
commons-configuration : commons-configuration | jar | 1.10 |
org.slf4j : slf4j-api | jar | 1.7.7 |