License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.oscerd |
ArtifactId | ArtifactIdfinnhub-java-client |
Version | Version0.1.0-M3 |
Type | Typejar |
Description |
DescriptionFinnhub :: Java Client
Finnhub.io Java Client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/ -->
<dependency>
<groupId>com.github.oscerd</groupId>
<artifactId>finnhub-java-client</artifactId>
<version>0.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/
implementation 'com.github.oscerd:finnhub-java-client:0.1.0-M3'
// https://jarcasting.com/artifacts/com.github.oscerd/finnhub-java-client/
implementation ("com.github.oscerd:finnhub-java-client:0.1.0-M3")
'com.github.oscerd:finnhub-java-client:jar:0.1.0-M3'
<dependency org="com.github.oscerd" name="finnhub-java-client" rev="0.1.0-M3">
<artifact name="finnhub-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oscerd', module='finnhub-java-client', version='0.1.0-M3')
)
libraryDependencies += "com.github.oscerd" % "finnhub-java-client" % "0.1.0-M3"
[com.github.oscerd/finnhub-java-client "0.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |