License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.touchbit.web |
ArtifactId | ArtifactIdform-urlencoded-marshaller |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMarshaller for "x-www-form-urlencoded" data (POJO/string)
The marshaller allows you to convert a FormUrlEncoded string to a POJO/Map object and vice versa. Supports nesting of objects, lists, arrays. Supports indexed and non-indexed lists.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/ -->
<dependency>
<groupId>org.touchbit.web</groupId>
<artifactId>form-urlencoded-marshaller</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/
implementation 'org.touchbit.web:form-urlencoded-marshaller:1.0.0'
// https://jarcasting.com/artifacts/org.touchbit.web/form-urlencoded-marshaller/
implementation ("org.touchbit.web:form-urlencoded-marshaller:1.0.0")
'org.touchbit.web:form-urlencoded-marshaller:jar:1.0.0'
<dependency org="org.touchbit.web" name="form-urlencoded-marshaller" rev="1.0.0">
<artifact name="form-urlencoded-marshaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.web', module='form-urlencoded-marshaller', version='1.0.0')
)
libraryDependencies += "org.touchbit.web" % "form-urlencoded-marshaller" % "1.0.0"
[org.touchbit.web/form-urlencoded-marshaller "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.22.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.projectlombok : lombok | jar | 1.18.22 |