| License |
License |
|---|---|
| GroupId | GroupIdorg.synchronoss.cpo |
| ArtifactId | ArtifactIdcpo-core |
| Version | Version5.2.1 |
| Type | Typejar |
| Description |
Descriptioncpo-core
CPO is a persistence layer that allows you to persist POJOs. cpo-core is the persistence agnostic classes
that are used for all persistence types.
|
| Filename | Size |
|---|---|
| cpo-core-5.2.1.pom | |
| cpo-core-5.2.1.jar | 240 KB |
| cpo-core-5.2.1-sources.jar | 260 KB |
| cpo-core-5.2.1-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.synchronoss.cpo/cpo-core/ -->
<dependency>
<groupId>org.synchronoss.cpo</groupId>
<artifactId>cpo-core</artifactId>
<version>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.synchronoss.cpo/cpo-core/
implementation 'org.synchronoss.cpo:cpo-core:5.2.1'
// https://jarcasting.com/artifacts/org.synchronoss.cpo/cpo-core/
implementation ("org.synchronoss.cpo:cpo-core:5.2.1")
'org.synchronoss.cpo:cpo-core:jar:5.2.1'
<dependency org="org.synchronoss.cpo" name="cpo-core" rev="5.2.1">
<artifact name="cpo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synchronoss.cpo', module='cpo-core', version='5.2.1')
)
libraryDependencies += "org.synchronoss.cpo" % "cpo-core" % "5.2.1"
[org.synchronoss.cpo/cpo-core "5.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.9 |
| org.apache.xmlbeans : xmlbeans | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.9 |
| log4j : log4j | jar | 1.2.17 |