is not current version
Last Version 4.4

net.stickycode.configured:sticky-configured-guice3 1.9

Taking the configuration out of applications, using the same principles that underly dependency injection and IOC

Categories

Categories

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

GroupId

net.stickycode.configured
ArtifactId

ArtifactId

sticky-configured-guice3
Version

Version

1.9
Type

Type

jar

Download sticky-configured-guice3 1.9


<!-- https://jarcasting.com/artifacts/net.stickycode.configured/sticky-configured-guice3/ -->
<dependency>
    <groupId>net.stickycode.configured</groupId>
    <artifactId>sticky-configured-guice3</artifactId>
    <version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.configured/sticky-configured-guice3/
implementation 'net.stickycode.configured:sticky-configured-guice3:1.9'
// https://jarcasting.com/artifacts/net.stickycode.configured/sticky-configured-guice3/
implementation ("net.stickycode.configured:sticky-configured-guice3:1.9")
'net.stickycode.configured:sticky-configured-guice3:jar:1.9'
<dependency org="net.stickycode.configured" name="sticky-configured-guice3" rev="1.9">
  <artifact name="sticky-configured-guice3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.configured', module='sticky-configured-guice3', version='1.9')
)
libraryDependencies += "net.stickycode.configured" % "sticky-configured-guice3" % "1.9"
[net.stickycode.configured/sticky-configured-guice3 "1.9"]