is not current version
Last Version 0.1.9

com.github.trickl:model-oanda 0.1.5

POJOs for interfacing with the Oanda API

GroupId

GroupId

com.github.trickl
ArtifactId

ArtifactId

model-oanda
Version

Version

0.1.5
Type

Type

jar

Download model-oanda 0.1.5


<!-- https://jarcasting.com/artifacts/com.github.trickl/model-oanda/ -->
<dependency>
    <groupId>com.github.trickl</groupId>
    <artifactId>model-oanda</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/model-oanda/
implementation 'com.github.trickl:model-oanda:0.1.5'
// https://jarcasting.com/artifacts/com.github.trickl/model-oanda/
implementation ("com.github.trickl:model-oanda:0.1.5")
'com.github.trickl:model-oanda:jar:0.1.5'
<dependency org="com.github.trickl" name="model-oanda" rev="0.1.5">
  <artifact name="model-oanda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='model-oanda', version='0.1.5')
)
libraryDependencies += "com.github.trickl" % "model-oanda" % "0.1.5"
[com.github.trickl/model-oanda "0.1.5"]