actioniq / scala-ssh-shell   0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

GitHub
Scala versions: 2.10

scala-ssh-shell 0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38


Group ID:
co.actioniq
Artifact ID:
scala-ssh-shell_2.10
Version:
0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38
Release Date:
Jan 18, 2015
Licenses:

libraryDependencies += "co.actioniq" %% "scala-ssh-shell" % "0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"co.actioniq::scala-ssh-shell:0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "co.actioniq::scala-ssh-shell:0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38"

Ammonite REPL

import $ivy.`co.actioniq::scala-ssh-shell:0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>co.actioniq</groupId>
  <artifactId>scala-ssh-shell_2.10</artifactId>
  <version>0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38</version>
</dependency>

compile group: 'co.actioniq', name: 'scala-ssh-shell_2.10', version: '0.0.1-9045f42e1634ad6f74edf826b9c7c61d1a495a38'