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