MVN

com.factset.sdk : documentsdistributorcallstreetevents

Maven & Gradle

Jul 27, 2023
28 stars

FactSet SDK for Java - documentsdistributorcallstreetevents · FactSet SDK for Java - documentsdistributorcallstreetevents

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

Latest Version

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

  • Latest Stable: 0.22.0

All Versions

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

Version Vulnerabilities Updated
0.22.x
documentsdistributorcallstreetevents-0.22.0
0.21.x
documentsdistributorcallstreetevents-0.21.10
documentsdistributorcallstreetevents-0.21.9
documentsdistributorcallstreetevents-0.21.8
documentsdistributorcallstreetevents-0.21.7
documentsdistributorcallstreetevents-0.21.6
documentsdistributorcallstreetevents-0.21.5
documentsdistributorcallstreetevents-0.21.4
documentsdistributorcallstreetevents-0.21.3
documentsdistributorcallstreetevents-0.21.2
documentsdistributorcallstreetevents-0.21.1
documentsdistributorcallstreetevents-0.21.0
0.20.x
documentsdistributorcallstreetevents-0.20.0
0.9.x
documentsdistributorcallstreetevents-0.9.1
documentsdistributorcallstreetevents-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>documentsdistributorcallstreetevents</artifactId>
    <version>0.22.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:documentsdistributorcallstreetevents:0.22.0'

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

implementation("com.factset.sdk:documentsdistributorcallstreetevents:0.22.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "documentsdistributorcallstreetevents" % "0.22.0"