Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cheddar |
ArtifactId | ArtifactIdrobinhoodjavaclient |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
robinhoodjavaclient-0.1.5.pom | |
robinhoodjavaclient-0.1.5.jar | 38 KB |
robinhoodjavaclient-0.1.5-sources.jar | 13 KB |
robinhoodjavaclient-0.1.5-javadoc.jar | 75 KB |
Browse |
<!-- 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"]