MVN

com.factset.sdk : factsettickhistory

Maven & Gradle

Aug 24, 2023
28 stars

FactSet SDK for Java - factsettickhistory · FactSet SDK for Java - factsettickhistory

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>factsettickhistory</artifactId>
    <version>0.30.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.factset.sdk : factsettickhistory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.30.0

All Versions

Choose a version of com.factset.sdk : factsettickhistory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.30.x
factsettickhistory-0.30.0
0.22.x
factsettickhistory-0.22.5
factsettickhistory-0.22.4
factsettickhistory-0.22.3
factsettickhistory-0.22.2
factsettickhistory-0.22.1
factsettickhistory-0.22.0
0.21.x
factsettickhistory-0.21.2
factsettickhistory-0.21.1
factsettickhistory-0.21.0
0.20.x
factsettickhistory-0.20.0
0.9.x
factsettickhistory-0.9.1
factsettickhistory-0.9.0
0.0.x
factsettickhistory-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>factsettickhistory</artifactId>
    <version>0.30.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.factset.sdk : factsettickhistory gradle dependency to your build.gradle file:

implementation 'com.factset.sdk:factsettickhistory:0.30.0'

Gradle Kotlin DSL: Add the following com.factset.sdk : factsettickhistory gradle kotlin dependency to your build.gradle.kts file:

implementation("com.factset.sdk:factsettickhistory:0.30.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.factset.sdk : factsettickhistory sbt scala dependency to your build.sbt file:

libraryDependencies += "com.factset.sdk" % "factsettickhistory" % "0.30.0"

Advertisement