Download parameter-validation-1.1.jar file - Jar p

Jar examples for p:parameter-validation

Description

Validating input parameters of methods and constructors is a recurring and stupid task, especially when you are writing public APIs. This module tries to ease your life a bit by providing a static validateThat() method, allowing you to throw IllegalArgumentExceptions using hamcrest matchers.

You can download jar file parameter-validation 1.1 in this page.

License

The BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

parameter-validation-1.1-javadoc.jar
parameter-validation-1.1-sources.jar
parameter-validation-1.1.jar
parameter-validation-1.1.pom



Related Tutorials