Download validation-1.6.1.jar file - Jar v

Jar examples for v:validation

Description

The JGoodies Validation helps you validate user input in Swing apps and report validation errors and warnings. It has been designed to work with different architectures and programming flavors.

You can download jar file validation 1.6.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add validation-1.6.1.jar to your project.

<dependency>
   <groupId>org.geoserver</groupId>
   <artifactId>validation</artifactId>
   <version>1.6.1</version>
</dependency>
compile group: 'org.geoserver', name: 'validation', version: '1.6.1'
libraryDependencies += "org.geoserver" % "validation" % "1.6.1"
<dependency org="org.geoserver" name="validation" rev="1.6.1"/>
@Grapes(@Grab(group='org.geoserver', module='validation', version='1.6.1'))
'org.geoserver:validation:jar:1.6.1'

Download

Click the following link to download the jar file.

validation-1.6.1-sources.jar
validation-1.6.1-tests.jar
validation-1.6.1.jar
validation-1.6.1.pom



Related Tutorials