License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdde.knightsoft-net |
ArtifactId | ArtifactIdgwt-commons-validator |
Last Version | Last Version1.7-4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Validator
Apache Commons Validator provides the building blocks for both client side validation and server side data validation.
It may be used standalone or with a framework like Struts.
This is a port for GWT, which enables program, to use Apache Commons Validator
also in the frontend compiled by the gwt compiler to java-script.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-commons-validator-1.7-4.pom | |
gwt-commons-validator-1.7-4.jar | 392 KB |
gwt-commons-validator-1.7-4-sources.jar | 247 KB |
gwt-commons-validator-1.7-4-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-commons-validator</artifactId>
<version>1.7-4</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/
implementation 'de.knightsoft-net:gwt-commons-validator:1.7-4'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/
implementation ("de.knightsoft-net:gwt-commons-validator:1.7-4")
'de.knightsoft-net:gwt-commons-validator:jar:1.7-4'
<dependency org="de.knightsoft-net" name="gwt-commons-validator" rev="1.7-4">
<artifact name="gwt-commons-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-commons-validator', version='1.7-4')
)
libraryDependencies += "de.knightsoft-net" % "gwt-commons-validator" % "1.7-4"
[de.knightsoft-net/gwt-commons-validator "1.7-4"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.4 |
commons-digester : commons-digester | jar | 2.1 |
commons-logging : commons-logging | jar | 1.2 |
commons-collections : commons-collections | jar | 3.2.2 |
org.gwtproject.core : gwt-core | jar | 1.0.0-RC1 |
de.knightsoft-net : gwt-mt-jre-emulation | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.gwtproject : gwt-user | jar | 2.10.0 |
org.gwtproject : gwt-dev | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-csv | jar | 1.6 |
junit : junit | jar | 4.13 |
org.bitstrings.test : junit-clptr | jar | 1.2.2 |