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