MVN

org.synchronoss : cpoUtil

Maven & Gradle

Dec 22, 2011

cpoUtil · cpoUtil is the utility that configures the metadata for cpo

<dependency>
    <groupId>org.synchronoss</groupId>
    <artifactId>cpoUtil</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.synchronoss : cpoUtil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of org.synchronoss : cpoUtil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
cpoUtil-4.1
4.0.x
cpoUtil-4.0.2
cpoUtil-4.0.1
4.0
cpoUtil-4.0
3.0
cpoUtil-3.0
2.8
cpoUtil-2.8
2.7.x
cpoUtil-2.7.1
2.7
cpoUtil-2.7
2.6
cpoUtil-2.6

How to add a dependency to Maven

Add the following org.synchronoss : cpoUtil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.synchronoss</groupId>
    <artifactId>cpoUtil</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.synchronoss : cpoUtil gradle dependency to your build.gradle file:

implementation 'org.synchronoss:cpoUtil:4.1'

Gradle Kotlin DSL: Add the following org.synchronoss : cpoUtil gradle kotlin dependency to your build.gradle.kts file:

implementation("org.synchronoss:cpoUtil:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.synchronoss : cpoUtil sbt scala dependency to your build.sbt file:

libraryDependencies += "org.synchronoss" % "cpoUtil" % "4.1"

Advertisement