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