| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.cheddar |
| ArtifactId | ArtifactIdrobinhoodjavaclient |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRobinhood Java Client
A simple Java library for connecting to the Robinhood API.
|
| Filename | Size |
|---|---|
| robinhoodjavaclient-0.2.0.pom | |
| robinhoodjavaclient-0.2.0.jar | 41 KB |
| robinhoodjavaclient-0.2.0-sources.jar | 13 KB |
| robinhoodjavaclient-0.2.0-javadoc.jar | 80 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |