MVN

org.incode.module.country : incode-module-country-dom

Maven & Gradle

Sep 28, 2017
2 usages
8 stars

Incode Platform Subdomain Country Impl · A module defining Country and State entities (reference data)

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

Latest Version

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

  • Latest Stable: 1.15.1.1

All Versions

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

Version Vulnerabilities Updated
1.15.x
incode-module-country-dom-1.15.1.1
incode-module-country-dom-1.15.0.1
incode-module-country-dom-1.15.0
1.14.x
incode-module-country-dom-1.14.0
1.13.x
incode-module-country-dom-1.13.1
incode-module-country-dom-1.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.incode.module.country</groupId>
    <artifactId>incode-module-country-dom</artifactId>
    <version>1.15.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.incode.module.country:incode-module-country-dom:1.15.1.1'

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

implementation("org.incode.module.country:incode-module-country-dom:1.15.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.incode.module.country" % "incode-module-country-dom" % "1.15.1.1"

Advertisement