com.github.simkuenzi:restforms

A libray which helps to structure parsing and validation of URL encoded HTTP forms.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.simkuenzi
ArtifactId

ArtifactId

restforms
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.simkuenzi:restforms
A libray which helps to structure parsing and validation of URL encoded HTTP forms.
Project URL

Project URL

https://github.com/simkuenzi/restforms
Source Code Management

Source Code Management

https://github.com/simkuenzi/restforms

Download restforms

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/ -->
<dependency>
    <groupId>com.github.simkuenzi</groupId>
    <artifactId>restforms</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/
implementation 'com.github.simkuenzi:restforms:1.0'
// https://jarcasting.com/artifacts/com.github.simkuenzi/restforms/
implementation ("com.github.simkuenzi:restforms:1.0")
'com.github.simkuenzi:restforms:jar:1.0'
<dependency org="com.github.simkuenzi" name="restforms" rev="1.0">
  <artifact name="restforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simkuenzi', module='restforms', version='1.0')
)
libraryDependencies += "com.github.simkuenzi" % "restforms" % "1.0"
[com.github.simkuenzi/restforms "1.0"]

Dependencies

test (2)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.1.1
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

REST forms

A libray which helps to structure parsing and validation of URL encoded HTTP forms. Usage of JAX-RS is asumed. Forms are expected to be as type of javax.ws.rs.core.MultivaluedMap.

Versions

Version
1.0
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3