MVN

org.incode.module.settings : incode-module-settings-dom

Maven & Gradle

Jan 15, 2019
1 usages
8 stars

Incode Platform Module Settings Impl · A module providing settings persistence, enabling profiling, background execution and extended auditing capabilities.

<dependency>
    <groupId>org.incode.module.settings</groupId>
    <artifactId>incode-module-settings-dom</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.incode.module.settings : incode-module-settings-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.0

All Versions

Choose a version of org.incode.module.settings : incode-module-settings-dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
incode-module-settings-dom-1.17.0

How to add a dependency to Maven

Add the following org.incode.module.settings : incode-module-settings-dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.incode.module.settings</groupId>
    <artifactId>incode-module-settings-dom</artifactId>
    <version>1.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.incode.module.settings : incode-module-settings-dom gradle dependency to your build.gradle file:

implementation 'org.incode.module.settings:incode-module-settings-dom:1.17.0'

Gradle Kotlin DSL: Add the following org.incode.module.settings : incode-module-settings-dom gradle kotlin dependency to your build.gradle.kts file:

implementation("org.incode.module.settings:incode-module-settings-dom:1.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.incode.module.settings : incode-module-settings-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "org.incode.module.settings" % "incode-module-settings-dom" % "1.17.0"