is not current version
Last Version 0.1.0

com.github.racc:typesafeconfig-guice 0.0.3

TypesafeConfigGuice allows TypesafeConfig values to be injected with Guice

Categories

Categories

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

GroupId

com.github.racc
ArtifactId

ArtifactId

typesafeconfig-guice
Version

Version

0.0.3
Type

Type

jar

Download typesafeconfig-guice 0.0.3


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