is not current version
Last Version 1.0

com.github.simkuenzi:restforms 0.10

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

Categories

Categories

ORM Data
GroupId

GroupId

com.github.simkuenzi
ArtifactId

ArtifactId

restforms
Version

Version

0.10
Type

Type

jar

Download restforms 0.10


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