MVN

org.ow2.petals : petals-bc-ftp

Maven & Gradle

Apr 11, 2023
6 usages

Petals ESB - Components - BC Ftp · A binding component used to transfer files using ftp

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-bc-ftp</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : petals-bc-ftp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0
  • Latest Beta: 3.0-beta1

All Versions

Choose a version of org.ow2.petals : petals-bc-ftp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
petals-bc-ftp-3.9.0
3.8.x
petals-bc-ftp-3.8.1
petals-bc-ftp-3.8.0
3.7.x
petals-bc-ftp-3.7.4
petals-bc-ftp-3.7.3
petals-bc-ftp-3.7.2
petals-bc-ftp-3.7.1
petals-bc-ftp-3.7.0
3.6.x
petals-bc-ftp-3.6.3
petals-bc-ftp-3.6.2
petals-bc-ftp-3.6.1
petals-bc-ftp-3.6.0
3.3.x
petals-bc-ftp-3.3.1
3.3
petals-bc-ftp-3.3
3.2.x
petals-bc-ftp-3.2.1
3.2
petals-bc-ftp-3.2
3.1
petals-bc-ftp-3.1
3.0.x
petals-bc-ftp-3.0.1
3.0
petals-bc-ftp-3.0
petals-bc-ftp-3.0-beta1

How to add a dependency to Maven

Add the following org.ow2.petals : petals-bc-ftp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-bc-ftp</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.petals : petals-bc-ftp gradle dependency to your build.gradle file:

implementation 'org.ow2.petals:petals-bc-ftp:3.9.0'

Gradle Kotlin DSL: Add the following org.ow2.petals : petals-bc-ftp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.petals:petals-bc-ftp:3.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.petals : petals-bc-ftp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.petals" % "petals-bc-ftp" % "3.9.0"

Advertisement