Skip to content

Commit 3d81e19

Browse files
committed
修改 java
1 parent 8285e36 commit 3d81e19

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

java/toolgood.algorithm/README-EN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ ToolGood.Algorithm supports `Four arithmetic`, `Excel formula`, and supports `Cu
1414

1515
4)The report is exported, the data source uses the stored procedure, and the algorithm is set in the Word document. Example https://github.com/toolgood/ToolGood.WordTemplate
1616

17+
18+
### pom.xml
19+
```
20+
<dependency>
21+
<groupId>io.github.toolgood</groupId>
22+
<artifactId>toolgood-algorithm</artifactId>
23+
<version>3.0.3.0</version>
24+
</dependency>
25+
```
26+
1727
## Quick start
1828
``` java
1929
AlgorithmEngine engine = new AlgorithmEngine();

java/toolgood.algorithm/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ ToolGood.Algorithm支持`四则运算`、`Excel公式`,并支持`自定义参数
1414

1515
4)报表导出,数据来源使用存储过程,Word文档内设置算法。例 https://github.com/toolgood/ToolGood.WordTemplate
1616

17+
18+
### pom.xml
19+
```
20+
<dependency>
21+
<groupId>io.github.toolgood</groupId>
22+
<artifactId>toolgood-algorithm</artifactId>
23+
<version>3.0.3.0</version>
24+
</dependency>
25+
```
26+
1727
## 快速上手
1828
``` java
1929
AlgorithmEngine engine = new AlgorithmEngine();

0 commit comments

Comments
 (0)