scalastyle / scalastyle-batch   0.5.0

GitHub

For running scalastyle from the command line

Scala versions: 2.10

scalastyle-batch 0.5.0


Group ID:
org.scalastyle
Artifact ID:
scalastyle-batch_2.10
Version:
0.5.0
Release Date:
Aug 5, 2014
Licenses:

libraryDependencies += "org.scalastyle" %% "scalastyle-batch" % "0.5.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.scalastyle::scalastyle-batch:0.5.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.scalastyle::scalastyle-batch:0.5.0"

Ammonite REPL

import $ivy.`org.scalastyle::scalastyle-batch:0.5.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>org.scalastyle</groupId>
  <artifactId>scalastyle-batch_2.10</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'org.scalastyle', name: 'scalastyle-batch_2.10', version: '0.5.0'