is not current version
Last Version 0.0.2

com.github.microtweak:conditional-validator 0.0.1

An extension package for Bean Validation 2.0 that adds conditional validations

GroupId

GroupId

com.github.microtweak
ArtifactId

ArtifactId

conditional-validator
Version

Version

0.0.1
Type

Type

pom

Download conditional-validator 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.microtweak/conditional-validator/ -->
<dependency>
    <groupId>com.github.microtweak</groupId>
    <artifactId>conditional-validator</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/conditional-validator/
implementation 'com.github.microtweak:conditional-validator:0.0.1'
// https://jarcasting.com/artifacts/com.github.microtweak/conditional-validator/
implementation ("com.github.microtweak:conditional-validator:0.0.1")
'com.github.microtweak:conditional-validator:pom:0.0.1'
<dependency org="com.github.microtweak" name="conditional-validator" rev="0.0.1">
  <artifact name="conditional-validator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='conditional-validator', version='0.0.1')
)
libraryDependencies += "com.github.microtweak" % "conditional-validator" % "0.0.1"
[com.github.microtweak/conditional-validator "0.0.1"]