MVN

com.dheemantech.ta4j : ta4j-parent

Maven & Gradle

Oct 05, 2020
1 stars

Ta4j Parent · ta4j is a Java library providing a simple API for technical analysis. This is a fork from the same with few additional indicators.

<dependency>
    <groupId>com.dheemantech.ta4j</groupId>
    <artifactId>ta4j-parent</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dheemantech.ta4j : ta4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.dheemantech.ta4j : ta4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13
ta4j-parent-0.13

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.dheemantech.ta4j</groupId>
    <artifactId>ta4j-parent</artifactId>
    <version>0.13</version>
</dependency>