scala-ide / scala-refactoring   0.8.0

Website GitHub

A library providing automated refactoring support for Scala.

Scala versions: 2.11 2.10

scalarefactoring 0.2.0


Group ID:
de.sciss
Artifact ID:
scalarefactoring_2.11
Version:
0.2.0
Release Date:
Oct 17, 2016
Licenses:

libraryDependencies += "de.sciss" %% "scalarefactoring" % "0.2.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"de.sciss::scalarefactoring:0.2.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "de.sciss::scalarefactoring:0.2.0"

Ammonite REPL

import $ivy.`de.sciss::scalarefactoring:0.2.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>de.sciss</groupId>
  <artifactId>scalarefactoring_2.11</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'de.sciss', name: 'scalarefactoring_2.11', version: '0.2.0'