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