MVN

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

Maven & Gradle

Jan 15, 2019
2 usages
8 stars

Incode Platform SPI Command Replay · A module providing a Quartz Job to run on a slave app, for obtaining commands from a master and saving them so that they are replayed.

<dependency>
    <groupId>org.isisaddons.module.command</groupId>
    <artifactId>isis-module-command-replay</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-replay 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-replay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
isis-module-command-replay-1.17.0
1.16.x
isis-module-command-replay-1.16.2

How to add a dependency to Maven

Add the following org.isisaddons.module.command : isis-module-command-replay 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-replay</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-replay gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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