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