MVN

com.factset.sdk : pricealertingapifordigitalportals

Maven & Gradle

Nov 03, 2022
29 stars

FactSet SDK for Java - pricealertingapifordigitalportals · FactSet SDK for Java - pricealertingapifordigitalportals

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

Latest Version

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

  • Latest Stable: 0.10.4

All Versions

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

Version Vulnerabilities Updated
0.10.x
pricealertingapifordigitalportals-0.10.4
pricealertingapifordigitalportals-0.10.3
pricealertingapifordigitalportals-0.10.2
pricealertingapifordigitalportals-0.10.0
0.9.x
pricealertingapifordigitalportals-0.9.1
pricealertingapifordigitalportals-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>pricealertingapifordigitalportals</artifactId>
    <version>0.10.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:pricealertingapifordigitalportals:0.10.4'

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

implementation("com.factset.sdk:pricealertingapifordigitalportals:0.10.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "pricealertingapifordigitalportals" % "0.10.4"

Advertisement