v

validator-web

Sample web application making validator available for use.
https://github.com/difi/vefa-validator
文件下载
文件名 操作
validator-web-2.0.0-RC1.pom 下载
validator-web-2.0.0-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.difi.vefa</groupId>
  <artifactId>validator-web</artifactId>
  <version>2.0.0-RC1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'no.difi.vefa:validator-web:2.0.0-RC1'
Gradle Kotlin
implementation("no.difi.vefa:validator-web:2.0.0-RC1")
Scala SBT
libraryDependencies += "no.difi.vefa" % "validator-web" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='no.difi.vefa', module='validator-web', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="no.difi.vefa" name="validator-web" rev="2.0.0-RC1" />
Leiningen
[no.difi.vefa/validator-web "2.0.0-RC1"]
Apache Buildr
'no.difi.vefa:validator-web:jar:2.0.0-RC1'