sbt / sbt-sh   0.1.0

GitHub

sbt plugin to run shell commands from within the sbt shell

sbt-sh 0.1.0


Group ID:
com.eed3si9n
Artifact ID:
sbt-sh
Version:
0.1.0
Release Date:
Jan 24, 2015
Licenses:
Files:

libraryDependencies += "com.eed3si9n" % "sbt-sh" % "0.1.0"

Mill build tool

ivy"com.eed3si9n:sbt-sh:0.1.0"

Scala CLI

//> using dep "com.eed3si9n:sbt-sh:0.1.0"

Ammonite REPL

import $ivy.`com.eed3si9n:sbt-sh:0.1.0`

<dependency>
  <groupId>com.eed3si9n</groupId>
  <artifactId>sbt-sh</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.eed3si9n', name: 'sbt-sh', version: '0.1.0'