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