MVN

com.factset.sdk : procuretopayapiscim

Maven & Gradle

Jun 16, 2023
28 stars

FactSet SDK for Java - procuretopayapiscim · FactSet SDK for Java - procuretopayapiscim

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

Latest Version

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

  • Latest Stable: 0.22.4

All Versions

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

Version Vulnerabilities Updated
0.22.x
procuretopayapiscim-0.22.4
procuretopayapiscim-0.22.3
procuretopayapiscim-0.22.2
procuretopayapiscim-0.22.1
procuretopayapiscim-0.22.0
0.21.x
procuretopayapiscim-0.21.3
procuretopayapiscim-0.21.2
procuretopayapiscim-0.21.1
procuretopayapiscim-0.21.0
0.20.x
procuretopayapiscim-0.20.1
procuretopayapiscim-0.20.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>procuretopayapiscim</artifactId>
    <version>0.22.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:procuretopayapiscim:0.22.4'

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

implementation("com.factset.sdk:procuretopayapiscim:0.22.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "procuretopayapiscim" % "0.22.4"

Advertisement