Download valex-1.0.3.jar file - Jar v

Jar examples for v:valex

Description

Valex provides YAML-based validation configuration and a fluent exception management library for Java programs.

You can download jar file valex 1.0.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add valex-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

valex-1.0.3-javadoc.jar
valex-1.0.3-sources.jar
valex-1.0.3.jar
valex-1.0.3.pom



Related Tutorials