License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdde.knightsoft-net |
ArtifactId | ArtifactIdgwt-bean-validators-rest-resolver |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Bean Validators - REST resolver
The GWT Bean Validators REST resolver is used to reduce client side code.
Instead of compiling phone number and bank account data into java-script code, it is taken from server by REST get call.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-bean-validators-rest-resolver/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-bean-validators-rest-resolver</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-bean-validators-rest-resolver/
implementation 'de.knightsoft-net:gwt-bean-validators-rest-resolver:1.11.0'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-bean-validators-rest-resolver/
implementation ("de.knightsoft-net:gwt-bean-validators-rest-resolver:1.11.0")
'de.knightsoft-net:gwt-bean-validators-rest-resolver:jar:1.11.0'
<dependency org="de.knightsoft-net" name="gwt-bean-validators-rest-resolver" rev="1.11.0">
<artifact name="gwt-bean-validators-rest-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-bean-validators-rest-resolver', version='1.11.0')
)
libraryDependencies += "de.knightsoft-net" % "gwt-bean-validators-rest-resolver" % "1.11.0"
[de.knightsoft-net/gwt-bean-validators-rest-resolver "1.11.0"]
Group / Artifact | Type | Version |
---|---|---|
de.knightsoft-net : gwt-bean-validators-engine-mt | jar | 1.11.0 |
de.knightsoft-net : gwt-bean-validators-rest-constants | jar | 1.11.0 |
com.github.nmorel.gwtjackson : gwt-jackson | jar | 0.15.4 |