plippe / play-form   2.7.1

The Unlicense GitHub

A module to submit forms with commonly unsupported browser methods like `PUT`, `PATCH`, and `DELETE`

Scala versions: 2.13 2.12 2.11

play-form 2.7.1


Group ID:
com.github.plippe
Artifact ID:
play-form_2.13
Version:
2.7.1
Release Date:
Apr 21, 2020
Licenses:
Files:

libraryDependencies += "com.github.plippe" %% "play-form" % "2.7.1"

Mill build tool

ivy"com.github.plippe::play-form:2.7.1"

Scala CLI

//> using dep "com.github.plippe::play-form:2.7.1"

Ammonite REPL

import $ivy.`com.github.plippe::play-form:2.7.1`

<dependency>
  <groupId>com.github.plippe</groupId>
  <artifactId>play-form_2.13</artifactId>
  <version>2.7.1</version>
</dependency>

compile group: 'com.github.plippe', name: 'play-form_2.13', version: '2.7.1'