mideo / sssh   0.0.3

GitHub

Simple scala ssh library

Scala versions: 2.12 2.11

sssh 0.0.1


Group ID:
com.github.mideo
Artifact ID:
sssh_2.12
Version:
0.0.1
Release Date:
Nov 27, 2017
Licenses:
Files:

libraryDependencies += "com.github.mideo" %% "sssh" % "0.0.1"

Mill build tool

ivy"com.github.mideo::sssh:0.0.1"

Scala CLI

//> using dep "com.github.mideo::sssh:0.0.1"

Ammonite REPL

import $ivy.`com.github.mideo::sssh:0.0.1`

<dependency>
  <groupId>com.github.mideo</groupId>
  <artifactId>sssh_2.12</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.github.mideo', name: 'sssh_2.12', version: '0.0.1'