Simple Validation

This is a simple library for quickly adding validation code to Swing user-interfaces. It handles validating user input when the user changes a component's value, showing error messages and decorating components to indicate which component is the source of the problem. It contains a large number of built-in validators to handle most common situations, such as validating numbers, email addresses, urls and so forth.

Лицензия

Лицензия

Группа

Группа

com.mastfrog
Идентификатор

Идентификатор

simplevalidation
Последняя версия

Последняя версия

1.14
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple Validation
This is a simple library for quickly adding validation code to Swing user-interfaces. It handles validating user input when the user changes a component's value, showing error messages and decorating components to indicate which component is the source of the problem. It contains a large number of built-in validators to handle most common situations, such as validating numbers, email addresses, urls and so forth.
Организация-разработчик

Организация-разработчик

Mastfrog Technologies

Скачать simplevalidation

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.14
1.13