License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface |
GroupId | GroupIdorg.devotionit |
ArtifactId | ArtifactIdvantage-client |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlpha Vantage Client
Alpha Vantage client is a java library for obtaining financial data from alphavantage.co
|
Filename | Size |
---|---|
vantage-client-0.0.2.pom | |
vantage-client-0.0.2.jar | 265 KB |
vantage-client-0.0.2-sources.jar | 97 KB |
vantage-client-0.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.devotionit/vantage-client/ -->
<dependency>
<groupId>org.devotionit</groupId>
<artifactId>vantage-client</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.devotionit/vantage-client/
implementation 'org.devotionit:vantage-client:0.0.2'
// https://jarcasting.com/artifacts/org.devotionit/vantage-client/
implementation ("org.devotionit:vantage-client:0.0.2")
'org.devotionit:vantage-client:jar:0.0.2'
<dependency org="org.devotionit" name="vantage-client" rev="0.0.2">
<artifact name="vantage-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devotionit', module='vantage-client', version='0.0.2')
)
libraryDependencies += "org.devotionit" % "vantage-client" % "0.0.2"
[org.devotionit/vantage-client "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-client | jar | 9.4.15.v20190215 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |
org.apache.logging.log4j : log4j-api | jar | 2.11.2 |
org.apache.logging.log4j : log4j-core | jar | 2.11.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.2 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.powermock : powermock-module-junit4 | jar | 1.7.1 |
org.powermock : powermock-api-mockito | jar | 1.7.1 |