Oanda Client

Library for interfacing with Oanda API

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.github.trickl
ArtifactId

ArtifactId

oanda-java-client
Last Version

Last Version

untagged-7743fd31efeac462478d
Release Date

Release Date

Type

Type

jar
Description

Description

Oanda Client
Library for interfacing with Oanda API
Project URL

Project URL

http://github.com/trickl/oanda-java-client/
Source Code Management

Source Code Management

https://github.com/trickl/oanda-java-client

Download oanda-java-client

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

test (6)

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

Project Modules

There are no modules declared in this project.

Trickl Oanda Java Client (REST v20 API)

Maven Central build_status Maintainability Test Coverage License

An Oanda java client library for the REST v20 API