spendabit / webapp-tools   0.13.0

The Unlicense GitHub

Miscellaneous tools one might find useful for Scala-based webapp development.

Scala versions: 2.12 2.11

webapp-tools 0.4.0


Group ID:
co.spendabit
Artifact ID:
webapp-tools_2.12
Version:
0.4.0
Release Date:
Sept 15, 2018
Licenses:
Files:

libraryDependencies += "co.spendabit" %% "webapp-tools" % "0.4.0"

Mill build tool

ivy"co.spendabit::webapp-tools:0.4.0"

Scala CLI

//> using dep "co.spendabit::webapp-tools:0.4.0"

Ammonite REPL

import $ivy.`co.spendabit::webapp-tools:0.4.0`

<dependency>
  <groupId>co.spendabit</groupId>
  <artifactId>webapp-tools_2.12</artifactId>
  <version>0.4.0</version>
</dependency>

compile group: 'co.spendabit', name: 'webapp-tools_2.12', version: '0.4.0'