is not current version
Last Version 6.8

net.stickycode.configured:sticky-configured 5.4

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

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.stickycode.configured
ArtifactId

ArtifactId

sticky-configured
Version

Version

5.4
Type

Type

jar

Download sticky-configured 5.4


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