is not current version
Last Version 0.2.2

com.github.houbb:valid 0.1.1

The valid framework for java compile time annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

valid
Version

Version

0.1.1
Type

Type

pom

Download valid 0.1.1

Filename Size
valid-0.1.1.pom 10 KB
Browse

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