Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdoanda-java-client |
Version | Versionuntagged-867bf76699172a4283a1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>oanda-java-client</artifactId>
<version>untagged-867bf76699172a4283a1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/
implementation 'com.github.trickl:oanda-java-client:untagged-867bf76699172a4283a1'
// https://jarcasting.com/artifacts/com.github.trickl/oanda-java-client/
implementation ("com.github.trickl:oanda-java-client:untagged-867bf76699172a4283a1")
'com.github.trickl:oanda-java-client:jar:untagged-867bf76699172a4283a1'
<dependency org="com.github.trickl" name="oanda-java-client" rev="untagged-867bf76699172a4283a1">
<artifact name="oanda-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='oanda-java-client', version='untagged-867bf76699172a4283a1')
)
libraryDependencies += "com.github.trickl" % "oanda-java-client" % "untagged-867bf76699172a4283a1"
[com.github.trickl/oanda-java-client "untagged-867bf76699172a4283a1"]