MVN

org.ikasan : ikasan-rest-boot

Maven & Gradle

Aug 31, 2019
5 usages
<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-rest-boot</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.3
  • Latest Release Candidate: 2.0.0-rc3
  • Latest Beta: 2.0.0-beta

All Versions

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

Version Vulnerabilities Updated
2.1.x
ikasan-rest-boot-2.1.3
ikasan-rest-boot-2.1.2
ikasan-rest-boot-2.1.1
ikasan-rest-boot-2.1.0
2.0.x
ikasan-rest-boot-2.0.4
ikasan-rest-boot-2.0.3
ikasan-rest-boot-2.0.2
ikasan-rest-boot-2.0.1
ikasan-rest-boot-2.0.0
ikasan-rest-boot-2.0.0-rc3
ikasan-rest-boot-2.0.0-rc2
ikasan-rest-boot-2.0.0-rc1
ikasan-rest-boot-2.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-rest-boot</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ikasan:ikasan-rest-boot:2.1.3'

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

implementation("org.ikasan:ikasan-rest-boot:2.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ikasan" % "ikasan-rest-boot" % "2.1.3"

Advertisement