MVN

com.thomsonreuters.upa.valueadd.cache : upaValueAddCache

Maven & Gradle

Sep 05, 2020
177 stars

upaValueAddCache · Enterprise Transport API (ETA) Java Edition ValueAddCache Classes

<dependency>
    <groupId>com.thomsonreuters.upa.valueadd.cache</groupId>
    <artifactId>upaValueAddCache</artifactId>
    <version>3.5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thomsonreuters.upa.valueadd.cache : upaValueAddCache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1.0

All Versions

Choose a version of com.thomsonreuters.upa.valueadd.cache : upaValueAddCache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
upaValueAddCache-3.5.1.0
upaValueAddCache-3.5.0.1
upaValueAddCache-3.5.0.0
3.4.x
upaValueAddCache-3.4.0.1
upaValueAddCache-3.4.0.0
3.3.x
upaValueAddCache-3.3.1.1
upaValueAddCache-3.3.1.0
upaValueAddCache-3.3.0.1
upaValueAddCache-3.3.0.0
3.2.x
upaValueAddCache-3.2.2.0
upaValueAddCache-3.2.1.0
upaValueAddCache-3.2.0.2
upaValueAddCache-3.2.0.1

How to add a dependency to Maven

Add the following com.thomsonreuters.upa.valueadd.cache : upaValueAddCache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thomsonreuters.upa.valueadd.cache</groupId>
    <artifactId>upaValueAddCache</artifactId>
    <version>3.5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thomsonreuters.upa.valueadd.cache : upaValueAddCache gradle dependency to your build.gradle file:

implementation 'com.thomsonreuters.upa.valueadd.cache:upaValueAddCache:3.5.1.0'

Gradle Kotlin DSL: Add the following com.thomsonreuters.upa.valueadd.cache : upaValueAddCache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thomsonreuters.upa.valueadd.cache:upaValueAddCache:3.5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thomsonreuters.upa.valueadd.cache : upaValueAddCache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thomsonreuters.upa.valueadd.cache" % "upaValueAddCache" % "3.5.1.0"