Files
jhinno-openapi-java-sdk/README.md
2024-01-29 10:26:05 +08:00

31 lines
701 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Jhinno OpenAPI SDK for Java
---
针对Java的景行API SDK使Java开发人员能够轻松使用景行API接口。您可以在几分钟内开始使用Maven或下载一个zip文件。
## 必要条件
- Java 1.6 or later
- Maven
## 安装
建议在您的项目中使用Jhinno OpenAPI SDK for Java的方法是从Maven中使用它。导入如下
```xml
<dependency>
<groupId>com.jhinno</groupId>
<artifactId>jhinno-sdk-openapi</artifactId>
<version>6.0.0</version>
</dependency>
```
## 构建
一旦您检出代码就可以使用Maven构建它。使用以下命令进行构建
```shell
mvn clean install -DskipTests
```
## 作者
- [yanlongqi](https://github.com/yanlongqi)