is not current version
Last Version 1.4.3

net.jmob:guice.conf v1.5.0

Guice configuration module to inject configuration from files as JSON or HOCON format

Categories

Categories

Net GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

net.jmob
ArtifactId

ArtifactId

guice.conf
Version

Version

v1.5.0
Type

Type

jar

Download guice.conf v1.5.0


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