MVN

com.factset.sdk : factsetpeople

Maven & Gradle

Aug 14, 2023
28 stars

FactSet SDK for Java - factsetpeople · FactSet SDK for Java - factsetpeople

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
factsetpeople-1.0.6
factsetpeople-1.0.5
factsetpeople-1.0.4
factsetpeople-1.0.3
factsetpeople-1.0.2
factsetpeople-1.0.1
factsetpeople-1.0.0
0.21.x
factsetpeople-0.21.0
0.20.x
factsetpeople-0.20.0
0.9.x
factsetpeople-0.9.1
factsetpeople-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>factsetpeople</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:factsetpeople:1.0.6'

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

implementation("com.factset.sdk:factsetpeople:1.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "factsetpeople" % "1.0.6"

Advertisement