MVN

com.factset.sdk : factsetfundamentals

Maven & Gradle

Jun 16, 2023
28 stars

FactSet SDK for Java - factsetfundamentals · FactSet SDK for Java - factsetfundamentals

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

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
factsetfundamentals-2.0.1
factsetfundamentals-2.0.0
1.0.x
factsetfundamentals-1.0.5
factsetfundamentals-1.0.4
factsetfundamentals-1.0.3
factsetfundamentals-1.0.2
factsetfundamentals-1.0.1
factsetfundamentals-1.0.0
0.21.x
factsetfundamentals-0.21.0
0.20.x
factsetfundamentals-0.20.0
0.9.x
factsetfundamentals-0.9.1
factsetfundamentals-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>factsetfundamentals</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:factsetfundamentals:2.0.1'

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

implementation("com.factset.sdk:factsetfundamentals:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "factsetfundamentals" % "2.0.1"

Advertisement