License |
License |
---|---|
GroupId | GroupIdcom.tecacet |
ArtifactId | ArtifactIdjfapi |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionJFApi
JFApi connects to various Web Services that provide financial data such as stock prices,
splits, dividends, and FX rates.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTecAceT |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfapi-1.1.0.pom | |
jfapi-1.1.0.jar | 944 KB |
jfapi-1.1.0-sources.jar | 924 KB |
jfapi-1.1.0-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/jfapi/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>jfapi</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/jfapi/
implementation 'com.tecacet:jfapi:1.1.0'
// https://jarcasting.com/artifacts/com.tecacet/jfapi/
implementation ("com.tecacet:jfapi:1.1.0")
'com.tecacet:jfapi:jar:1.1.0'
<dependency org="com.tecacet" name="jfapi" rev="1.1.0">
<artifact name="jfapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='jfapi', version='1.1.0')
)
libraryDependencies += "com.tecacet" % "jfapi" % "1.1.0"
[com.tecacet/jfapi "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tecacet : jflat-core | jar | 1.2.1 |
commons-io : commons-io | jar | 2.6 |
com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.11.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |
junit : junit | jar | 4.13 |