MVN

org.incode.module.classification : incode-module-classification-dom

Maven & Gradle

Sep 28, 2017
1 usages
8 stars

Incode Platform Subdomain Classification Impl · A module providing event.

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

Latest Version

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

  • Latest Stable: 1.15.1.1

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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