Trickl Oanda Java Client (REST v20 API)
An Oanda java client library for the REST v20 API
License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdoanda-java-client |
Last Version | Last Versionuntagged-7743fd31efeac462478d |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOanda Client
Library for interfacing with Oanda API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>oanda-java-client</artifactId>
<version>untagged-7743fd31efeac462478d</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/
implementation 'com.github.trickl:oanda-java-client:untagged-7743fd31efeac462478d'
// https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/
implementation ("com.github.trickl:oanda-java-client:untagged-7743fd31efeac462478d")
'com.github.trickl:oanda-java-client:jar:untagged-7743fd31efeac462478d'
<dependency org="com.github.trickl" name="oanda-java-client" rev="untagged-7743fd31efeac462478d">
<artifact name="oanda-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='oanda-java-client', version='untagged-7743fd31efeac462478d')
)
libraryDependencies += "com.github.trickl" % "oanda-java-client" % "untagged-7743fd31efeac462478d"
[com.github.trickl/oanda-java-client "untagged-7743fd31efeac462478d"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-integration | jar | 2.1.7.RELEASE |
org.springframework.boot : spring-boot-starter-webflux | jar | 2.1.7.RELEASE |
io.projectreactor : reactor-core | jar | 3.2.2.RELEASE |
com.github.trickl : model-oanda | jar | 0.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.7.RELEASE |
com.squareup.okhttp3 : mockwebserver | jar | 4.1.0 |
io.projectreactor : reactor-test | jar | 3.2.2.RELEASE |
org.junit.jupiter : junit-jupiter | jar | 5.4.0 |
org.assertj : assertj-core | jar | 3.11.1 |
org.mockito : mockito-core | jar | 2.15.0 |
An Oanda java client library for the REST v20 API