is not current version
Last Version 0.2.0

com.cheddar:robinhoodjavaclient 0.1.5

A simple Java library for connecting to the Robinhood API.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cheddar
ArtifactId

ArtifactId

robinhoodjavaclient
Version

Version

0.1.5
Type

Type

jar

Download robinhoodjavaclient 0.1.5


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