MVN

org.ikasan : sample-spring-boot-sftp

Maven & Gradle

Jul 04, 2018
32 stars
<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>sample-spring-boot-sftp</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.0.x
sample-spring-boot-sftp-2.0.3
sample-spring-boot-sftp-2.0.2
sample-spring-boot-sftp-2.0.1
sample-spring-boot-sftp-2.0.0
sample-spring-boot-sftp-2.0.0-rc3
sample-spring-boot-sftp-2.0.0-rc2
sample-spring-boot-sftp-2.0.0-rc1
sample-spring-boot-sftp-2.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ikasan</groupId>
    <artifactId>sample-spring-boot-sftp</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ikasan:sample-spring-boot-sftp:2.0.3'

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

implementation("org.ikasan:sample-spring-boot-sftp:2.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ikasan" % "sample-spring-boot-sftp" % "2.0.3"

Advertisement