| | |
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | | <artifactId>langchain4j-reactor</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>dev.langchain4j</groupId>
|
| | |
| | | <version>${poi.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- word doc格式处理(HWPF) -->
|
| | | <dependency>
|
| | | <groupId>org.apache.poi</groupId>
|
| | | <artifactId>poi-scratchpad</artifactId>
|
| | | <version>${poi.version}</version>
|
| | | </dependency>
|
| | |
|
| | |
|
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|