GroupId | GroupIdorg.synchronoss |
---|---|
ArtifactId | ArtifactIdcpo |
Version | Version3.12 |
Type | Typejar |
Filename | Size |
---|---|
cpo-3.12.pom | |
cpo-3.12.jar | 121 KB |
cpo-3.12-sources.jar | 140 KB |
cpo-3.12-javadoc.jar | 330 KB |
cpo-3.12-dist.zip | 573 KB |
cpo-3.12-dist.tar.gz | 566 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synchronoss/cpo/ -->
<dependency>
<groupId>org.synchronoss</groupId>
<artifactId>cpo</artifactId>
<version>3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.synchronoss/cpo/
implementation 'org.synchronoss:cpo:3.12'
// https://jarcasting.com/artifacts/org.synchronoss/cpo/
implementation ("org.synchronoss:cpo:3.12")
'org.synchronoss:cpo:jar:3.12'
<dependency org="org.synchronoss" name="cpo" rev="3.12">
<artifact name="cpo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synchronoss', module='cpo', version='3.12')
)
libraryDependencies += "org.synchronoss" % "cpo" % "3.12"
[org.synchronoss/cpo "3.12"]