MVN

com.nordstrom.tools : settings

Maven & Gradle

Feb 05, 2023
6 usages
2 stars

Settings API · Core implementation and interfaces for defining context-specific settings

<dependency>
    <groupId>com.nordstrom.tools</groupId>
    <artifactId>settings</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nordstrom.tools : settings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of com.nordstrom.tools : settings to add to Maven or Gradle - All Versions:

  • Version Updated
  • settings-3.0.5

    Feb 05, 2023
  • settings-3.0.4

    Feb 05, 2023
  • settings-3.0.3

    Feb 05, 2023
  • settings-3.0.2

    Aug 09, 2022
  • settings-3.0.1

    Jul 10, 2022
  • settings-3.0.0

    Jun 11, 2022
  • settings-2.3.11

    May 15, 2022
  • settings-2.3.10

    Sep 20, 2021
  • settings-2.3.9

    Aug 25, 2021
  • settings-2.3.8

    Aug 22, 2021
  • settings-2.3.7

    Aug 20, 2021
  • settings-2.3.6

    Aug 20, 2021
  • settings-2.3.5

    Jan 27, 2021
  • settings-2.3.4

    Jul 31, 2020
  • settings-2.3.3

    Nov 15, 2019
  • settings-2.3.2

    Oct 30, 2019
  • settings-2.3.1

    Apr 14, 2019
  • settings-2.3.0

    Apr 12, 2019
  • settings-2.2.4

    Jan 14, 2019
  • settings-2.2.3

    Nov 21, 2018
  • settings-2.2.2

    Oct 07, 2018
  • settings-2.2.1

    Sep 10, 2018
  • settings-2.2.0

    Jul 30, 2018
  • settings-2.1.1

    Jul 30, 2018
  • settings-2.1.0

    Jul 27, 2018
  • settings-2.0.7

    Nov 28, 2017

How to add a dependency to Maven

Add the following com.nordstrom.tools : settings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nordstrom.tools</groupId>
    <artifactId>settings</artifactId>
    <version>3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nordstrom.tools : settings gradle dependency to your build.gradle file:

implementation 'com.nordstrom.tools:settings:3.0.5'

Gradle Kotlin DSL: Add the following com.nordstrom.tools : settings gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nordstrom.tools:settings:3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nordstrom.tools : settings sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nordstrom.tools" % "settings" % "3.0.5"