Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 641 Bytes

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'
}