sbt / sbt   1.9.9

Apache License 2.0 Website GitHub

sbt, the interactive build tool

Scala versions: 3.x 2.13 2.12 2.11 2.10
sbt plugins: 1.0 0.13

command 1.0.0-20170401-003202


Group ID:
org.scala-sbt
Artifact ID:
command_2.12
Version:
1.0.0-20170401-003202
Release Date:
Apr 1, 2017
Licenses:

libraryDependencies += "org.scala-sbt" %% "command" % "1.0.0-20170401-003202"
resolvers += Resolver.bintrayRepo("sbt", "maven-snapshots")

Mill build tool

ivy"org.scala-sbt::command:1.0.0-20170401-003202"
MavenRepository("https://dl.bintray.com/sbt/maven-snapshots")

Scala CLI

//> using dep "org.scala-sbt::command:1.0.0-20170401-003202"

Ammonite REPL

import $ivy.`org.scala-sbt::command:1.0.0-20170401-003202`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray sbt maven-snapshots",
  "Some(https://dl.bintray.com/sbt/maven-snapshots)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.scala-sbt</groupId>
  <artifactId>command_2.12</artifactId>
  <version>1.0.0-20170401-003202</version>
</dependency>

compile group: 'org.scala-sbt', name: 'command_2.12', version: '1.0.0-20170401-003202'