diff --git a/site/src/site/sphinx/en/spring-boot-starter.md b/site/src/site/sphinx/en/spring-boot-starter.md
index f9da50d5b..e08926f70 100644
--- a/site/src/site/sphinx/en/spring-boot-starter.md
+++ b/site/src/site/sphinx/en/spring-boot-starter.md
@@ -57,6 +57,11 @@ Non-Spring Boot applications can be used in the following ways.
arthas-agent-attach
${arthas.version}
+
+ com.taobao.arthas
+ arthas-packaging
+ ${arthas.version}
+
```
```java
diff --git a/site/src/site/sphinx/spring-boot-starter.md b/site/src/site/sphinx/spring-boot-starter.md
index 2ed8d88c8..0b5d8cd95 100644
--- a/site/src/site/sphinx/spring-boot-starter.md
+++ b/site/src/site/sphinx/spring-boot-starter.md
@@ -57,6 +57,11 @@ http://localhost:8080/actuator/arthas
arthas-agent-attach
${arthas.version}
+
+ com.taobao.arthas
+ arthas-packaging
+ ${arthas.version}
+
```
```java