| | |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>[4.3.2,5.0.0)</version> |
| | | </dependency> |
| | | <!-- 阿里nlp自然语言处理--> |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-alinlp</artifactId> |
| | | <version>1.0.20</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.jayway.jsonpath</groupId> |
| | | <artifactId>json-path</artifactId> |
| | |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.31</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j --> |
| | | <dependency> |
| | | <groupId>com.belerweb</groupId> |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |