is not current version
Last Version 0.0.16

com.github.bingoohuang:asmvalidator 0.0.10

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.10
Type

Type

jar

Download asmvalidator 0.0.10


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