MVN

com.factset.sdk : quantitativeresearchenvironment

Maven & Gradle

Jun 16, 2023
29 stars

FactSet SDK for Java - quantitativeresearchenvironment · FactSet SDK for Java - quantitativeresearchenvironment

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

Latest Version

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

  • Latest Stable: 0.21.6

All Versions

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

Version Vulnerabilities Updated
0.21.x
quantitativeresearchenvironment-0.21.6
quantitativeresearchenvironment-0.21.5
quantitativeresearchenvironment-0.21.4
quantitativeresearchenvironment-0.21.3
quantitativeresearchenvironment-0.21.2
quantitativeresearchenvironment-0.21.1
quantitativeresearchenvironment-0.21.0
0.20.x
quantitativeresearchenvironment-0.20.0
0.9.x
quantitativeresearchenvironment-0.9.1
quantitativeresearchenvironment-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>quantitativeresearchenvironment</artifactId>
    <version>0.21.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:quantitativeresearchenvironment:0.21.6'

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

implementation("com.factset.sdk:quantitativeresearchenvironment:0.21.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "quantitativeresearchenvironment" % "0.21.6"

Advertisement