| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Сеть |
| Группа | Группаde.knightsoft-net |
| Идентификатор | Идентификаторgwt-commons-validator |
| Версия | Версия1.7-2 |
| Тип | Типjar |
| Описание |
ОписаниеApache 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gwt-commons-validator-1.7-2.pom | |
| gwt-commons-validator-1.7-2.jar | 392 KB |
| gwt-commons-validator-1.7-2-sources.jar | 240 KB |
| gwt-commons-validator-1.7-2-javadoc.jar | 545 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-commons-validator</artifactId>
<version>1.7-2</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/
implementation 'de.knightsoft-net:gwt-commons-validator:1.7-2'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-commons-validator/
implementation ("de.knightsoft-net:gwt-commons-validator:1.7-2")
'de.knightsoft-net:gwt-commons-validator:jar:1.7-2'
<dependency org="de.knightsoft-net" name="gwt-commons-validator" rev="1.7-2">
<artifact name="gwt-commons-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-commons-validator', version='1.7-2')
)
libraryDependencies += "de.knightsoft-net" % "gwt-commons-validator" % "1.7-2"
[de.knightsoft-net/gwt-commons-validator "1.7-2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-csv | jar | 1.6 |
| junit : junit | jar | 4.13 |
| org.bitstrings.test : junit-clptr | jar | 1.2.2 |