MVN

org.incode.module.commchannel : incode-module-commchannel-dom

Maven & Gradle

Sep 28, 2017
1 usages
8 stars

Incode Platform Subdomain CommChannel Impl · A module providing commchannel.

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

Latest Version

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

  • Latest Stable: 1.15.1.1

All Versions

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

Version Vulnerabilities Updated
1.15.x
incode-module-commchannel-dom-1.15.1.1
incode-module-commchannel-dom-1.15.0.1
incode-module-commchannel-dom-1.15.0
1.14.x
incode-module-commchannel-dom-1.14.0
1.13.x
incode-module-commchannel-dom-1.13.0
1.12.x
incode-module-commchannel-dom-1.12.0
1.11.x
incode-module-commchannel-dom-1.11.1
incode-module-commchannel-dom-1.11.0
1.10.x
incode-module-commchannel-dom-1.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.incode.module.commchannel</groupId>
    <artifactId>incode-module-commchannel-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.commchannel : incode-module-commchannel-dom gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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