Azbesciak / xAPIJavaWrapper

Github mirror of Java XTB API wrapper (http://developers.xstore.pro/api/wrappers.html)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java XTB API wrapper

This wrapper is a copy of Java API Wrapper for XTB API, and released on github because XTB devs did not see the need for it (at least customer service said so). I have no rights to this code. Wrapper is freely available, the current version is 2.5.0, and compatible with java, at least 8.

You can use this lib directly in your project, for example with gradle please attach in build.gradle

repositories {
    ...
    maven { url "https://jitpack.io" }
}

dependencies {
    ...
    implementation 'com.github.Azbesciak:xAPIJavaWrapper:2.5.0-2'
}

About

Github mirror of Java XTB API wrapper (http://developers.xstore.pro/api/wrappers.html)


Languages

Language:Java 100.0%