Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 9, 2024
1 parent bdb0760 commit 0894251
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ public class Test {
</repository>
</repositories>
<!-- 引入项目 -->
<dependency>
<groupId>com.github.jar-analyzer</groupId>
<artifactId>class-obf</artifactId>
<version>1.1.0</version>
</dependency>
<dependencies>
<dependency>
<groupId>com.github.jar-analyzer</groupId>
<artifactId>class-obf</artifactId>
<version>bdb076042c</version>
</dependency>
</dependencies>
```

最快速使用(使用默认配置输入文件返回 `base64` 字节码)
Expand Down

0 comments on commit 0894251

Please sign in to comment.