| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface config Application Layer Libs Configuration Guice Dependency Injection |
| GroupId | GroupIdcom.github.racc |
| ArtifactId | ArtifactIdtypesafeconfig-guice |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTypesafeConfigGuice
TypesafeConfigGuice allows TypesafeConfig values to be injected with Guice
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.racc/typesafeconfig-guice/ -->
<dependency>
<groupId>com.github.racc</groupId>
<artifactId>typesafeconfig-guice</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.racc/typesafeconfig-guice/
implementation 'com.github.racc:typesafeconfig-guice:0.1.0'
// https://jarcasting.com/artifacts/com.github.racc/typesafeconfig-guice/
implementation ("com.github.racc:typesafeconfig-guice:0.1.0")
'com.github.racc:typesafeconfig-guice:jar:0.1.0'
<dependency org="com.github.racc" name="typesafeconfig-guice" rev="0.1.0">
<artifact name="typesafeconfig-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.racc', module='typesafeconfig-guice', version='0.1.0')
)
libraryDependencies += "com.github.racc" % "typesafeconfig-guice" % "0.1.0"
[com.github.racc/typesafeconfig-guice "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.typesafe : config | jar | 1.3.0 |
| io.github.lukehutch : fast-classpath-scanner | jar | 2.18.1 |
| org.reflections : reflections | jar | 0.9.9 |
| com.google.inject : guice | jar | 4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |