Skip to content

Commit

Permalink
增加反编译类管理器
Browse files Browse the repository at this point in the history
tommy811 committed Sep 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 045dc10 commit e5a0d8a
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jCat-agent/build.gradle
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ dependencies {
implementation 'com.taobao.arthas:arthas-vmtool:3.7.2'
implementation 'org.codehaus.groovy:groovy:3.0.21'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation files("/Users/tommy/.m2/repository/jd/jd-core/1.1.4/jd-core-1.1.4.jar")
implementation files("${projectDir.path}/lib/jd-core-1.1.4.jar")
implementation project(path: ':agent-adapter')
}

Binary file added jCat-agent/lib/jd-core-1.1.4.jar
Binary file not shown.

0 comments on commit e5a0d8a

Please sign in to comment.