| License |
License |
|---|---|
| GroupId | GroupIdcom.yuanzhixiang.bt |
| ArtifactId | ArtifactIdbacktest-example |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbacktest-example
Backtest framework
|
| Filename | Size |
|---|---|
| backtest-example-1.0.0.pom | |
| backtest-example-1.0.0.jar | 96 KB |
| backtest-example-1.0.0-sources.jar | 89 KB |
| backtest-example-1.0.0-javadoc.jar | 427 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yuanzhixiang.bt/backtest-example/ -->
<dependency>
<groupId>com.yuanzhixiang.bt</groupId>
<artifactId>backtest-example</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yuanzhixiang.bt/backtest-example/
implementation 'com.yuanzhixiang.bt:backtest-example:1.0.0'
// https://jarcasting.com/artifacts/com.yuanzhixiang.bt/backtest-example/
implementation ("com.yuanzhixiang.bt:backtest-example:1.0.0")
'com.yuanzhixiang.bt:backtest-example:jar:1.0.0'
<dependency org="com.yuanzhixiang.bt" name="backtest-example" rev="1.0.0">
<artifact name="backtest-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yuanzhixiang.bt', module='backtest-example', version='1.0.0')
)
libraryDependencies += "com.yuanzhixiang.bt" % "backtest-example" % "1.0.0"
[com.yuanzhixiang.bt/backtest-example "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yuanzhixiang.bt : backtest-core | jar | 1.0.0 |
| cn.hutool : hutool-json | jar | 5.7.19 |
| cn.hutool : hutool-http | jar | 5.7.19 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-csv | jar | 2.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| ch.qos.logback : logback-classic | jar | 1.2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |