MVN

com.tecacet : jfapi

Maven & Gradle

Aug 16, 2021
1 stars

JFApi · JFApi connects to various Web Services that provide financial data such as stock prices, splits, dividends, and FX rates.

<dependency>
    <groupId>com.tecacet</groupId>
    <artifactId>jfapi</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tecacet : jfapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.tecacet : jfapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jfapi-1.1.3
jfapi-1.1.2
jfapi-1.1.0
1.0.x
jfapi-1.0.0
0.0.x
jfapi-0.0.5
jfapi-0.0.4

How to add a dependency to Maven

Add the following com.tecacet : jfapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tecacet</groupId>
    <artifactId>jfapi</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tecacet : jfapi gradle dependency to your build.gradle file:

implementation 'com.tecacet:jfapi:1.1.3'

Gradle Kotlin DSL: Add the following com.tecacet : jfapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tecacet:jfapi:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tecacet : jfapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tecacet" % "jfapi" % "1.1.3"

Advertisement