说明
- 提供 asm 的repackage
- 提供 slf4j 和 logback的 repackage
- repackage里提供了soruces.jar,便于在IDE里调试repackage后的代码
License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Arthas General Purpose Libraries Utility |
GroupId | GroupIdcom.alibaba.arthas |
ArtifactId | ArtifactIdarthas-repackage-asm |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionarthas-repackage-asm
arthas-repackage-deps
|
Filename | Size |
---|---|
arthas-repackage-asm-0.0.6.pom | |
arthas-repackage-asm-0.0.6.jar | 349 KB |
arthas-repackage-asm-0.0.6-sources.jar | 439 KB |
arthas-repackage-asm-0.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.arthas/arthas-repackage-asm/
implementation 'com.alibaba.arthas:arthas-repackage-asm:0.0.6'
// https://jarcasting.com/artifacts/com.alibaba.arthas/arthas-repackage-asm/
implementation ("com.alibaba.arthas:arthas-repackage-asm:0.0.6")
'com.alibaba.arthas:arthas-repackage-asm:jar:0.0.6'
<dependency org="com.alibaba.arthas" name="arthas-repackage-asm" rev="0.0.6">
<artifact name="arthas-repackage-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.arthas', module='arthas-repackage-asm', version='0.0.6')
)
libraryDependencies += "com.alibaba.arthas" % "arthas-repackage-asm" % "0.0.6"
[com.alibaba.arthas/arthas-repackage-asm "0.0.6"]