MVN

br.com.guiabolso : sftp-to-s3-connector

Maven & Gradle

Dec 14, 2021
4 stars

SFTP-to-S3-Connector · SFTP-to-S3-Connector

<dependency>
    <groupId>br.com.guiabolso</groupId>
    <artifactId>sftp-to-s3-connector</artifactId>
    <version>v0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.guiabolso : sftp-to-s3-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.2.4

All Versions

Choose a version of br.com.guiabolso : sftp-to-s3-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.2.x
sftp-to-s3-connector-v0.2.4
0.2.x
sftp-to-s3-connector-0.2.4

How to add a dependency to Maven

Add the following br.com.guiabolso : sftp-to-s3-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.guiabolso</groupId>
    <artifactId>sftp-to-s3-connector</artifactId>
    <version>v0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.guiabolso : sftp-to-s3-connector gradle dependency to your build.gradle file:

implementation 'br.com.guiabolso:sftp-to-s3-connector:v0.2.4'

Gradle Kotlin DSL: Add the following br.com.guiabolso : sftp-to-s3-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.guiabolso:sftp-to-s3-connector:v0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.guiabolso : sftp-to-s3-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.guiabolso" % "sftp-to-s3-connector" % "v0.2.4"

Advertisement