MVN

org.isisaddons.module.command : isis-module-command-dom

Maven & Gradle

Jan 15, 2019
7 usages
8 stars

Incode Platform SPI Command Impl · A module providing command persistence, enabling profiling, background execution and extended auditing capabilities.

<dependency>
    <groupId>org.isisaddons.module.command</groupId>
    <artifactId>isis-module-command-dom</artifactId>
    <version>1.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.isisaddons.module.command : isis-module-command-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.0

All Versions

Choose a version of org.isisaddons.module.command : isis-module-command-dom to add to Maven or Gradle - All Versions:

  • Version Updated
  • isis-module-command-dom-1.17.0

    Jan 15, 2019
  • isis-module-command-dom-1.16.2

    Mar 07, 2018
  • isis-module-command-dom-1.16.0

    Jan 09, 2018
  • isis-module-command-dom-1.15.1.1

    Sep 27, 2017
  • isis-module-command-dom-1.15.0.1

    Sep 15, 2017
  • isis-module-command-dom-1.15.0

    Sep 10, 2017
  • isis-module-command-dom-1.14.0

    Feb 19, 2017
  • isis-module-command-dom-1.13.2

    Sep 27, 2016
  • isis-module-command-dom-1.13.1

    Jul 19, 2016
  • isis-module-command-dom-1.13.0

    Jul 12, 2016
  • isis-module-command-dom-1.12.1

    Apr 26, 2016
  • isis-module-command-dom-1.12.0

    Apr 09, 2016
  • isis-module-command-dom-1.11.0

    Jan 03, 2016
  • isis-module-command-dom-1.10.0

    Nov 11, 2015
  • isis-module-command-dom-1.9.0

    Sep 03, 2015
  • isis-module-command-dom-1.8.1

    Feb 26, 2015
  • isis-module-command-dom-1.8.0

    Feb 25, 2015
  • isis-module-command-dom-1.7.0

    Oct 19, 2014
  • isis-module-command-dom-1.6.1

    Aug 23, 2014
  • isis-module-command-dom-1.6.0

    Aug 21, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.isisaddons.module.command</groupId>
    <artifactId>isis-module-command-dom</artifactId>
    <version>1.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.isisaddons.module.command : isis-module-command-dom gradle dependency to your build.gradle file:

implementation 'org.isisaddons.module.command:isis-module-command-dom:1.17.0'

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

implementation("org.isisaddons.module.command:isis-module-command-dom:1.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.isisaddons.module.command : isis-module-command-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "org.isisaddons.module.command" % "isis-module-command-dom" % "1.17.0"