MVN

org.ikasan : ikasan-rest-module-client

Maven & Gradle

May 07, 2022
4 usages

Ikasan Rest Module Client · The rest module client library for the Ikasan Enterprise Integration Platform

<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-rest-module-client</artifactId>
    <version>3.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ikasan : ikasan-rest-module-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.5
  • Latest Beta: 3.1.0-beta

All Versions

Choose a version of org.ikasan : ikasan-rest-module-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
ikasan-rest-module-client-3.2.5
ikasan-rest-module-client-3.2.4
ikasan-rest-module-client-3.2.3
ikasan-rest-module-client-3.2.2
ikasan-rest-module-client-3.2.1
ikasan-rest-module-client-3.2.0
3.1.x
ikasan-rest-module-client-3.1.2
ikasan-rest-module-client-3.1.1
ikasan-rest-module-client-3.1.0
ikasan-rest-module-client-3.1.0-beta
3.0.x
ikasan-rest-module-client-3.0.1
ikasan-rest-module-client-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-rest-module-client</artifactId>
    <version>3.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ikasan : ikasan-rest-module-client gradle dependency to your build.gradle file:

implementation 'org.ikasan:ikasan-rest-module-client:3.2.5'

Gradle Kotlin DSL: Add the following org.ikasan : ikasan-rest-module-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ikasan:ikasan-rest-module-client:3.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ikasan : ikasan-rest-module-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ikasan" % "ikasan-rest-module-client" % "3.2.5"

Advertisement