Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.bingoohuang |
ArtifactId | ArtifactIdasmvalidator |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
asmvalidator-0.0.13.pom | |
asmvalidator-0.0.13.jar | 78 KB |
asmvalidator-0.0.13-sources.jar | 46 KB |
asmvalidator-0.0.13-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/asmvalidator/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>asmvalidator</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/asmvalidator/
implementation 'com.github.bingoohuang:asmvalidator:0.0.13'
// https://jarcasting.com/artifacts/com.github.bingoohuang/asmvalidator/
implementation ("com.github.bingoohuang:asmvalidator:0.0.13")
'com.github.bingoohuang:asmvalidator:jar:0.0.13'
<dependency org="com.github.bingoohuang" name="asmvalidator" rev="0.0.13">
<artifact name="asmvalidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='asmvalidator', version='0.0.13')
)
libraryDependencies += "com.github.bingoohuang" % "asmvalidator" % "0.0.13"
[com.github.bingoohuang/asmvalidator "0.0.13"]