Add File
This commit is contained in:
28
docs/en/intro/maven.md
Normal file
28
docs/en/intro/maven.md
Normal file
@@ -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
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-spring-boot-starter</artifactId>
|
||||
<version>1.0.0-rc.10</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
## without SpringBoot
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.agentsflex</groupId>
|
||||
<artifactId>agents-flex-bom</artifactId>
|
||||
<version>1.0.0-rc.10</version>
|
||||
</dependency>
|
||||
```
|
||||
Reference in New Issue
Block a user