From 84b673583cba232b7036fff4b4b2e79ebfee5c92 Mon Sep 17 00:00:00 2001
From: 0007 <0007@qq.com>
Date: Wed, 27 Aug 2025 19:57:12 +0800
Subject: [PATCH] Add File
---
docs/en/intro/maven.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 docs/en/intro/maven.md
diff --git a/docs/en/intro/maven.md b/docs/en/intro/maven.md
new file mode 100644
index 0000000..903ee0c
--- /dev/null
+++ b/docs/en/intro/maven.md
@@ -0,0 +1,28 @@
+# Maven dependency
+
+## Foreword
+
+The Maven dependency example below may not represent the latest version of Agents-Flex. Please refer to the latest version and modify the version number accordingly.
+You can check the latest version at: https://search.maven.org/artifact/com.agentsflex/parent
+
+
+## use with SpringBoot
+
+```xml
+
+ com.agentsflex
+ agents-flex-spring-boot-starter
+ 1.0.0-rc.10
+
+```
+
+
+## without SpringBoot
+
+```xml
+
+ com.agentsflex
+ agents-flex-bom
+ 1.0.0-rc.10
+
+```