Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Arthas General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.alibaba.arthas |
ArtifactId | ArtifactIdarthas-repackage-asm |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
arthas-repackage-asm-0.0.4.pom | |
arthas-repackage-asm-0.0.4.jar | 364 KB |
arthas-repackage-asm-0.0.4-sources.jar | 458 KB |
arthas-repackage-asm-0.0.4-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.arthas/arthas-repackage-asm/ -->
<dependency>
<groupId>com.alibaba.arthas</groupId>
<artifactId>arthas-repackage-asm</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.arthas/arthas-repackage-asm/
implementation 'com.alibaba.arthas:arthas-repackage-asm:0.0.4'
// https://jarcasting.com/artifacts/com.alibaba.arthas/arthas-repackage-asm/
implementation ("com.alibaba.arthas:arthas-repackage-asm:0.0.4")
'com.alibaba.arthas:arthas-repackage-asm:jar:0.0.4'
<dependency org="com.alibaba.arthas" name="arthas-repackage-asm" rev="0.0.4">
<artifact name="arthas-repackage-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.arthas', module='arthas-repackage-asm', version='0.0.4')
)
libraryDependencies += "com.alibaba.arthas" % "arthas-repackage-asm" % "0.0.4"
[com.alibaba.arthas/arthas-repackage-asm "0.0.4"]