actioniq / scala-ssh-shell   0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

GitHub
Scala versions: 2.10

scala-ssh-shell 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c


Group ID:
co.actioniq
Artifact ID:
scala-ssh-shell_2.10
Version:
0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c
Release Date:
Mar 14, 2016
Licenses:

libraryDependencies += "co.actioniq" %% "scala-ssh-shell" % "0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"co.actioniq::scala-ssh-shell:0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "co.actioniq::scala-ssh-shell:0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"

Ammonite REPL

import $ivy.`co.actioniq::scala-ssh-shell:0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c`
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.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c</version>
</dependency>

compile group: 'co.actioniq', name: 'scala-ssh-shell_2.10', version: '0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c'