sftp_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.fs2-blobstore</groupId> <artifactId>sftp_2.13</artifactId> <version>0.9.15</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.fs2-blobstore</groupId> <artifactId>sftp_2.13</artifactId> <packaging>jar</packaging> <description>sftp</description> <url>https://github.com/fs2-blobstore/fs2-blobstore</url> <version>0.9.15</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>sftp</name> <inceptionYear>2018</inceptionYear> <organization> <name>com.github.fs2-blobstore</name> <url>https://github.com/fs2-blobstore/fs2-blobstore</url> </organization> <scm> <url>https://github.com/fs2-blobstore/fs2-blobstore</url> <connection>scm:git:https://github.com/fs2-blobstore/fs2-blobstore.git</connection> <developerConnection>scm:git:git@github.com:fs2-blobstore/fs2-blobstore.git</developerConnection> </scm> <developers> <developer> <id>rolandomanrique</id> <name>Rolando Manrique</name> <url>http://github.com/rolandomanrique</url> </developer> <developer> <id>stew</id> <name>Stew O'Connor</name> <url>https://github.com/stew</url> </developer> <developer> <id>gafiatulin</id> <name>Victor Gafiatulin</name> <url>https://github.com/gafiatulin</url> </developer> <developer> <id>jgogstad</id> <name>Jostein Gogstad</name> <url>https://github.com/jgogstad</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.15</version> </dependency> <dependency> <groupId>com.github.fs2-blobstore</groupId> <artifactId>core_2.13</artifactId> <version>0.9.15</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatestplus</groupId> <artifactId>scalacheck-1-17_2.13</artifactId> <version>3.2.18.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.16</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.mwiede</groupId> <artifactId>jsch</artifactId> <version>0.2.21</version> </dependency> <dependency> <groupId>com.dimafeng</groupId> <artifactId>testcontainers-scala-core_2.13</artifactId> <version>0.41.4</version> <scope>test</scope> </dependency> </dependencies> </project>