v

valid-api

The api module for valid framework.
Files download
File Operation
valid-api-0.1.2.jar download
valid-api-0.1.2.pom download
valid-api-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>valid-api</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:valid-api:0.1.2'
Gradle Kotlin
implementation("com.github.houbb:valid-api:0.1.2")
Scala SBT
libraryDependencies += "com.github.houbb" % "valid-api" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='valid-api', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.houbb" name="valid-api" rev="0.1.2" />
Leiningen
[com.github.houbb/valid-api "0.1.2"]
Apache Buildr
'com.github.houbb:valid-api:jar:0.1.2'