Last Version

Guice Commons Configuration 1.0.1

A Guice module using Apache Commons Configuration for mapping named properties by using a type-based injection.

License

License

Categories

Categories

Net GUI User Interface Configuration Application Layer Libs config Guice Dependency Injection
GroupId

GroupId

net.lamberto
ArtifactId

ArtifactId

guice-commons-configuration
Version

Version

1.0.1
Type

Type

jar
Description

Description

Guice Commons Configuration
A Guice module using Apache Commons Configuration for mapping named properties by using a type-based injection.
Project URL

Project URL

https://github.com/marcolamberto/guice-commons-configuration
Source Code Management

Source Code Management

https://github.com/marcolamberto/guice-commons-configuration.git

Download guice-commons-configuration 1.0.1


<!-- https://jarcasting.com/artifacts/net.lamberto/guice-commons-configuration/ -->
<dependency>
    <groupId>net.lamberto</groupId>
    <artifactId>guice-commons-configuration</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.lamberto/guice-commons-configuration/
implementation 'net.lamberto:guice-commons-configuration:1.0.1'
// https://jarcasting.com/artifacts/net.lamberto/guice-commons-configuration/
implementation ("net.lamberto:guice-commons-configuration:1.0.1")
'net.lamberto:guice-commons-configuration:jar:1.0.1'
<dependency org="net.lamberto" name="guice-commons-configuration" rev="1.0.1">
  <artifact name="guice-commons-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lamberto', module='guice-commons-configuration', version='1.0.1')
)
libraryDependencies += "net.lamberto" % "guice-commons-configuration" % "1.0.1"
[net.lamberto/guice-commons-configuration "1.0.1"]

Dependencies

compile (8)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18
commons-configuration : commons-configuration jar 1.10
com.google.guava : guava jar 23.0
com.google.inject : guice jar 4.1.0
org.slf4j : slf4j-api jar 1.7.12
ch.qos.logback : logback-classic jar 1.1.3
ch.qos.logback : logback-core jar 1.1.3
junit : junit jar 4.12

test (3)

Group / Artifact Type Version
net.lamberto.junit : guice-junit-runner jar 1.0.2
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.