Last Version

backtester 1.1.4

A common library for back-testing trading algorithms.

License

License

GroupId

GroupId

io.github.samkelsey
ArtifactId

ArtifactId

backtester
Version

Version

1.1.4
Type

Type

jar
Description

Description

backtester
A common library for back-testing trading algorithms.
Project URL

Project URL

https://github.com/SamKelsey/backTester
Source Code Management

Source Code Management

https://github.com/SamKelsey/backTester

Download backtester 1.1.4


<!-- https://jarcasting.com/artifacts/io.github.samkelsey/backtester/ -->
<dependency>
    <groupId>io.github.samkelsey</groupId>
    <artifactId>backtester</artifactId>
    <version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samkelsey/backtester/
implementation 'io.github.samkelsey:backtester:1.1.4'
// https://jarcasting.com/artifacts/io.github.samkelsey/backtester/
implementation ("io.github.samkelsey:backtester:1.1.4")
'io.github.samkelsey:backtester:jar:1.1.4'
<dependency org="io.github.samkelsey" name="backtester" rev="1.1.4">
  <artifact name="backtester" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samkelsey', module='backtester', version='1.1.4')
)
libraryDependencies += "io.github.samkelsey" % "backtester" % "1.1.4"
[io.github.samkelsey/backtester "1.1.4"]

Dependencies

compile (2)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.3.0-alpha12
ch.qos.logback : logback-classic jar 1.3.0-alpha12

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
org.junit.jupiter : junit-jupiter-api jar 5.8.1
org.junit.jupiter : junit-jupiter-params jar 5.8.1
org.junit.platform : junit-platform-suite jar 1.8.1

Project Modules

There are no modules declared in this project.