is not current version
Last Version 0.2.2

com.github.houbb:valid 0.0.5

The valid framework for java compile time annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

valid
Version

Version

0.0.5
Type

Type

pom

Download valid 0.0.5

Filename Size
valid-0.0.5.pom 10 KB
Browse

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