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