MVN

com.factset.sdk : etfprofileandprices

Maven & Gradle

Jun 16, 2023
28 stars

FactSet SDK for Java - etfprofileandprices · FactSet SDK for Java - etfprofileandprices

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

Latest Version

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

  • Latest Stable: 0.10.7

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.factset.sdk</groupId>
    <artifactId>etfprofileandprices</artifactId>
    <version>0.10.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.factset.sdk:etfprofileandprices:0.10.7'

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

implementation("com.factset.sdk:etfprofileandprices:0.10.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.factset.sdk" % "etfprofileandprices" % "0.10.7"