is not current version
Last Version 2.0.6

com.github.nordstrom.tools:settings 2.0.5

Core implementation and interfaces for defining context-specific settings

GroupId

GroupId

com.github.nordstrom.tools
ArtifactId

ArtifactId

settings
Version

Version

2.0.5
Type

Type

jar

Download settings 2.0.5


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