GroupId | GroupIdcom.github.trickl |
---|---|
ArtifactId | ArtifactIdmodel-oanda |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
model-oanda-0.1.4.pom | |
model-oanda-0.1.4.jar | 517 KB |
model-oanda-0.1.4-sources.jar | 146 KB |
model-oanda-0.1.4-javadoc.jar | 733 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trickl/model-oanda/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>model-oanda</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/model-oanda/
implementation 'com.github.trickl:model-oanda:0.1.4'
// https://jarcasting.com/artifacts/com.github.trickl/model-oanda/
implementation ("com.github.trickl:model-oanda:0.1.4")
'com.github.trickl:model-oanda:jar:0.1.4'
<dependency org="com.github.trickl" name="model-oanda" rev="0.1.4">
<artifact name="model-oanda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='model-oanda', version='0.1.4')
)
libraryDependencies += "com.github.trickl" % "model-oanda" % "0.1.4"
[com.github.trickl/model-oanda "0.1.4"]