Robinhood Java Client

A simple Java library for connecting to the Robinhood API.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cheddar
ArtifactId

ArtifactId

robinhoodjavaclient
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Robinhood Java Client
A simple Java library for connecting to the Robinhood API.

Download robinhoodjavaclient

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.3
com.google.guava : guava jar 21.0
org.slf4j : slf4j-api jar 1.7.5
commons-io : commons-io jar 2.5
commons-lang : commons-lang jar 2.5
org.apache.commons : commons-collections4 jar 4.1
org.json : json jar 20160810
joda-time : joda-time jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.8.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.
com.cheddar

Versions

Version
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0