hacklanta / lift-formality   1.0.0

MIT License GitHub

Formality is a new way of doing form creation in Lift—type safe, CSS selector based, with minimal repetition of fields and their names and values, it also supports event callbacks and validations.

Scala versions: 2.12 2.11

lift-formality_3.0 1.2.0


Group ID:
com.hacklanta
Artifact ID:
lift-formality_3.0_2.12
Version:
1.2.0
Release Date:
Aug 9, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.hacklanta" %% "lift-formality_3.0" % "1.2.0"

Mill build tool

ivy"com.hacklanta::lift-formality_3.0:1.2.0"

Scala CLI

//> using dep "com.hacklanta::lift-formality_3.0:1.2.0"

Ammonite REPL

import $ivy.`com.hacklanta::lift-formality_3.0:1.2.0`

<dependency>
  <groupId>com.hacklanta</groupId>
  <artifactId>lift-formality_3.0_2.12</artifactId>
  <version>1.2.0</version>
</dependency>

compile group: 'com.hacklanta', name: 'lift-formality_3.0_2.12', version: '1.2.0'