v

valid

The valid framework for java compile time annotation.
The Apache Software License, Version 2.0
houbb
文件下载
文件名 操作
valid-0.0.9.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>valid</artifactId>
  <version>0.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:valid:0.0.9'
Gradle Kotlin
implementation("com.github.houbb:valid:0.0.9")
Scala SBT
libraryDependencies += "com.github.houbb" % "valid" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='valid', version='0.0.9')
)
Apache Ivy
<dependency org="com.github.houbb" name="valid" rev="0.0.9" />
Leiningen
[com.github.houbb/valid "0.0.9"]
Apache Buildr
'com.github.houbb:valid:jar:0.0.9'