mlangc / bracket-expression-beautifier   2.0.0

BSD 3-clause "New" or "Revised" License GitHub

A simple beautifier for bracket expressions, implemented for, but not limited to, Scala ASTs.

Scala versions: 2.12 2.11

bracket-expression-beautifier 1.0


Group ID:
com.github.mlangc
Artifact ID:
bracket-expression-beautifier_2.11
Version:
1.0
Release Date:
Jan 2, 2015
Licenses:
Files:

libraryDependencies += "com.github.mlangc" %% "bracket-expression-beautifier" % "1.0"

Mill build tool

ivy"com.github.mlangc::bracket-expression-beautifier:1.0"

Scala CLI

//> using dep "com.github.mlangc::bracket-expression-beautifier:1.0"

Ammonite REPL

import $ivy.`com.github.mlangc::bracket-expression-beautifier:1.0`

<dependency>
  <groupId>com.github.mlangc</groupId>
  <artifactId>bracket-expression-beautifier_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.github.mlangc', name: 'bracket-expression-beautifier_2.11', version: '1.0'