is not current version
Last Version 0.2.2

com.github.houbb:valid 0.2.0

The valid framework for java compile time annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

valid
Version

Version

0.2.0
Type

Type

pom

Download valid 0.2.0

Filename Size
valid-0.2.0.pom 10 KB
Browse

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