Main

sbt is an interactive build tool

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

ch.epfl.scala
ArtifactId

ArtifactId

main_2.12
Last Version

Last Version

1.1.0-sourcedeps
Release Date

Release Date

Type

Type

jar
Description

Description

Main
sbt is an interactive build tool
Project URL

Project URL

https://github.com/sbt/sbt
Project Organization

Project Organization

ch.epfl.scala
Source Code Management

Source Code Management

https://github.com/sbt/sbt

Download main_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/ch.epfl.scala/main_2.12/ -->
<dependency>
    <groupId>ch.epfl.scala</groupId>
    <artifactId>main_2.12</artifactId>
    <version>1.1.0-sourcedeps</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/main_2.12/
implementation 'ch.epfl.scala:main_2.12:1.1.0-sourcedeps'
// https://jarcasting.com/artifacts/ch.epfl.scala/main_2.12/
implementation ("ch.epfl.scala:main_2.12:1.1.0-sourcedeps")
'ch.epfl.scala:main_2.12:jar:1.1.0-sourcedeps'
<dependency org="ch.epfl.scala" name="main_2.12" rev="1.1.0-sourcedeps">
  <artifact name="main_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='main_2.12', version='1.1.0-sourcedeps')
)
libraryDependencies += "ch.epfl.scala" % "main_2.12" % "1.1.0-sourcedeps"
[ch.epfl.scala/main_2.12 "1.1.0-sourcedeps"]

Dependencies

compile (19)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
ch.epfl.scala : logic_2.12 jar 1.1.0-sourcedeps
ch.epfl.scala : actions_2.12 jar 1.1.0-sourcedeps
ch.epfl.scala : main-settings_2.12 jar 1.1.0-sourcedeps
ch.epfl.scala : run_2.12 jar 1.1.0-sourcedeps
ch.epfl.scala : command_2.12 jar 1.1.0-sourcedeps
ch.epfl.scala : collections_2.12 jar 1.1.0-sourcedeps
org.scala-lang.modules : scala-xml_2.12 jar 1.0.6
org.scala-sbt : launcher-interface jar 1.0.2
org.apache.logging.log4j : log4j-api jar 2.8.1
org.apache.logging.log4j : log4j-core jar 2.8.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
com.github.cb372 : scalacache-caffeine_2.12 jar 0.20.0
org.scala-sbt : io_2.12 jar 1.1.3
org.scala-sbt : util-logging_2.12 jar 1.1.2
org.scala-sbt : librarymanagement-core_2.12 jar 1.1.2
org.scala-sbt : librarymanagement-ivy_2.12 jar 1.1.2
org.scala-sbt : compiler-interface jar 1.1.0
org.scala-sbt : zinc-compile_2.12 jar 1.1.0

test (4)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.12 jar 1.13.4
org.specs2 : specs2-junit_2.12 jar 4.0.1
junit : junit jar 4.11
org.scalatest : scalatest_2.12 jar 3.0.4

Project Modules

There are no modules declared in this project.

Build Status Latest version Gitter Chat

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see https://www.scala-sbt.org/.

sbt 1.x

This is the 1.x series of sbt. The source code of sbt is split across several GitHub repositories, including this one.

  • sbt/io hosts sbt.io module.
  • sbt/librarymanagement hosts sbt.librarymanagement module that wraps Ivy.
  • sbt/zinc hosts Zinc, an incremental compiler for Scala.
  • sbt/sbt, this repository hosts modules that implements the build tool.

Other links

  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • sbt/sbt-zero-seven: hosts sbt 0.7.7 and earlier versions

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try searching or asking on StackOverflow.

license

See LICENSE.

ch.epfl.scala

sbt

Community organization for all sbt plugin authors, sbt modules and sbt itself.

Versions

Version
1.1.0-sourcedeps