MVN

org.ikasan : ikasan-sample-jboss-ftp-ear

Maven & Gradle

Dec 14, 2018
<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-sample-jboss-ftp-ear</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ikasan : ikasan-sample-jboss-ftp-ear to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of org.ikasan : ikasan-sample-jboss-ftp-ear to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ikasan-sample-jboss-ftp-ear-2.0.4
ikasan-sample-jboss-ftp-ear-2.0.3
ikasan-sample-jboss-ftp-ear-2.0.2
ikasan-sample-jboss-ftp-ear-2.0.1
ikasan-sample-jboss-ftp-ear-2.0.0
ikasan-sample-jboss-ftp-ear-2.0.0-rc3
ikasan-sample-jboss-ftp-ear-2.0.0-rc2
ikasan-sample-jboss-ftp-ear-2.0.0-rc1
ikasan-sample-jboss-ftp-ear-2.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>ikasan-sample-jboss-ftp-ear</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ikasan : ikasan-sample-jboss-ftp-ear gradle dependency to your build.gradle file:

implementation 'org.ikasan:ikasan-sample-jboss-ftp-ear:2.0.4'

Gradle Kotlin DSL: Add the following org.ikasan : ikasan-sample-jboss-ftp-ear gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ikasan:ikasan-sample-jboss-ftp-ear:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ikasan : ikasan-sample-jboss-ftp-ear sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ikasan" % "ikasan-sample-jboss-ftp-ear" % "2.0.4"