jarlakxen / reactive-ftp   1.0.1

Apache License 2.0 GitHub

Pure Scala fully non-blocking and asynchronous FTP client, implemented from scratch using Akka.

Scala versions: 2.12 2.11

reactive-ftp 1.0.0


Group ID:
com.github.jarlakxen
Artifact ID:
reactive-ftp_2.11
Version:
1.0.0
Release Date:
Sept 16, 2016
Licenses:

libraryDependencies += "com.github.jarlakxen" %% "reactive-ftp" % "1.0.0"
resolvers += Resolver.bintrayRepo("jarlakxen", "maven")

Mill build tool

ivy"com.github.jarlakxen::reactive-ftp:1.0.0"
MavenRepository("https://dl.bintray.com/jarlakxen/maven")

Scala CLI

//> using dep "com.github.jarlakxen::reactive-ftp:1.0.0"

Ammonite REPL

import $ivy.`com.github.jarlakxen::reactive-ftp:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray jarlakxen maven",
  "Some(https://dl.bintray.com/jarlakxen/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.jarlakxen</groupId>
  <artifactId>reactive-ftp_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.jarlakxen', name: 'reactive-ftp_2.11', version: '1.0.0'