is not current version
Last Version 1.1

info.gehrels:parameter-validation 1.0

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.

GroupId

GroupId

info.gehrels
ArtifactId

ArtifactId

parameter-validation
Version

Version

1.0
Type

Type

jar

Download parameter-validation 1.0


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