GroupId | GroupIdorg.synchronoss |
---|---|
ArtifactId | ArtifactIdcpo |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
cpo-4.0.3.pom | |
cpo-4.0.3.jar | 123 KB |
cpo-4.0.3-sources.jar | 146 KB |
cpo-4.0.3-javadoc.jar | 467 KB |
cpo-4.0.3-dist.zip | 699 KB |
cpo-4.0.3-dist.tar.gz | 691 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synchronoss/cpo/ -->
<dependency>
<groupId>org.synchronoss</groupId>
<artifactId>cpo</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.synchronoss/cpo/
implementation 'org.synchronoss:cpo:4.0.3'
// https://jarcasting.com/artifacts/org.synchronoss/cpo/
implementation ("org.synchronoss:cpo:4.0.3")
'org.synchronoss:cpo:jar:4.0.3'
<dependency org="org.synchronoss" name="cpo" rev="4.0.3">
<artifact name="cpo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synchronoss', module='cpo', version='4.0.3')
)
libraryDependencies += "org.synchronoss" % "cpo" % "4.0.3"
[org.synchronoss/cpo "4.0.3"]