Download asmvalidator-0.0.13.jar file - Jar a

Jar examples for a:asmvalidator

Description

javabean validator based on asm

You can download jar file asmvalidator 0.0.13 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add asmvalidator-0.0.13.jar to your project.

<dependency>
   <groupId>com.github.bingoohuang</groupId>
   <artifactId>asmvalidator</artifactId>
   <version>0.0.13</version>
</dependency>
compile group: 'com.github.bingoohuang', name: 'asmvalidator', version: '0.0.13'
libraryDependencies += "com.github.bingoohuang" % "asmvalidator" % "0.0.13"
<dependency org="com.github.bingoohuang" name="asmvalidator" rev="0.0.13"/>
@Grapes(@Grab(group='com.github.bingoohuang', module='asmvalidator', version='0.0.13'))
'com.github.bingoohuang:asmvalidator:jar:0.0.13'

Download

Click the following link to download the jar file.

asmvalidator-0.0.13-javadoc.jar
asmvalidator-0.0.13-sources.jar
asmvalidator-0.0.13.jar
asmvalidator-0.0.13.pom



Related Tutorials