is not current version
Last Version 0.0.16

com.github.bingoohuang:asmvalidator 0.0.11

javabean validator based on asm

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

asmvalidator
Version

Version

0.0.11
Type

Type

jar

Download asmvalidator 0.0.11


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