MVN

com.factset.sdk : newsapifordigitalportals

Maven & Gradle

Jun 16, 2023
29 stars

FactSet SDK for Java - newsapifordigitalportals · FactSet SDK for Java - newsapifordigitalportals

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

Latest Version

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

  • Latest Stable: 0.10.8

All Versions

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

Version Vulnerabilities Updated
0.10.x
newsapifordigitalportals-0.10.8
newsapifordigitalportals-0.10.7
newsapifordigitalportals-0.10.6
newsapifordigitalportals-0.10.5
newsapifordigitalportals-0.10.4
newsapifordigitalportals-0.10.3
newsapifordigitalportals-0.10.2
newsapifordigitalportals-0.10.1
newsapifordigitalportals-0.10.0
0.9.x
newsapifordigitalportals-0.9.1
newsapifordigitalportals-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>newsapifordigitalportals</artifactId>
    <version>0.10.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:newsapifordigitalportals:0.10.8'

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

implementation("com.factset.sdk:newsapifordigitalportals:0.10.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "newsapifordigitalportals" % "0.10.8"

Advertisement