Ratpack form parser

Ratpack extension for parsing requests

License

License

Categories

Categories

ORM Data Ratpack User Interface Web Frameworks
GroupId

GroupId

one.chest.ratpack
ArtifactId

ArtifactId

ratpack-form-parser
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Ratpack form parser
Ratpack extension for parsing requests
Source Code Management

Source Code Management

https://github.com/DNAlchemist/ratpack-form-parser

Download ratpack-form-parser

How to add to project

<!-- https://jarcasting.com/artifacts/one.chest.ratpack/ratpack-form-parser/ -->
<dependency>
    <groupId>one.chest.ratpack</groupId>
    <artifactId>ratpack-form-parser</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/one.chest.ratpack/ratpack-form-parser/
implementation 'one.chest.ratpack:ratpack-form-parser:0.0.3'
// https://jarcasting.com/artifacts/one.chest.ratpack/ratpack-form-parser/
implementation ("one.chest.ratpack:ratpack-form-parser:0.0.3")
'one.chest.ratpack:ratpack-form-parser:jar:0.0.3'
<dependency org="one.chest.ratpack" name="ratpack-form-parser" rev="0.0.3">
  <artifact name="ratpack-form-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.chest.ratpack', module='ratpack-form-parser', version='0.0.3')
)
libraryDependencies += "one.chest.ratpack" % "ratpack-form-parser" % "0.0.3"
[one.chest.ratpack/ratpack-form-parser "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.12
javax.validation : validation-api jar 1.1.0.Final

test (4)

Group / Artifact Type Version
io.ratpack : ratpack-groovy jar 1.4.6
org.glassfish.web : el-impl jar 2.2
org.hibernate : hibernate-validator jar 5.4.1.Final
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1