MVN

com.factset.sdk : streetaccountnews

Maven & Gradle

Jan 20, 1970
28 stars

FactSet SDK for Java - streetaccountnews · FactSet SDK for Java - streetaccountnews

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

Latest Version

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

  • Latest Stable: 0.20.0

All Versions

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

Version Vulnerabilities Updated
0.20.x
streetaccountnews-0.20.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>streetaccountnews</artifactId>
    <version>0.20.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:streetaccountnews:0.20.0'

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

implementation("com.factset.sdk:streetaccountnews:0.20.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "streetaccountnews" % "0.20.0"