is not current version
Last Version 0.2.2

com.github.houbb:valid 0.0.4

The valid framework for java compile time annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

valid
Version

Version

0.0.4
Type

Type

pom

Download valid 0.0.4

Filename Size
valid-0.0.4.pom 10 KB
Browse

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