MVN

de.voidnode.trading4j : client-metatrader

Maven & Gradle

Dec 28, 2016
31 stars

Trading4j - client for MetaTrader · Contains a client for MetaTrader that allows accessing trading algorithms written using Trading4j over the network.

<dependency>
    <groupId>de.voidnode.trading4j</groupId>
    <artifactId>client-metatrader</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.voidnode.trading4j : client-metatrader to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of de.voidnode.trading4j : client-metatrader to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
client-metatrader-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.voidnode.trading4j</groupId>
    <artifactId>client-metatrader</artifactId>
    <version>0.1</version>
</dependency>

Advertisement