Last Version

Parameter Validation Utils 1.1

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.

License

License

GroupId

GroupId

info.gehrels
ArtifactId

ArtifactId

parameter-validation
Version

Version

1.1
Type

Type

jar
Description

Description

Parameter Validation Utils
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.
Project URL

Project URL

https://github.com/BGehrels/parameter-validation
Source Code Management

Source Code Management

https://github.com/BGehrels/parameter-validation

Download parameter-validation 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar [1.2,1.3)

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.