| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.alibaba.cobar |
| ArtifactId | ArtifactIdcobar-client |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncobar-client
CobarClient(CC) is a lightweight distributed data access layer which is an extension to and wrapper of iBatis(now, MyBatis) in Spring framework.
|
| Filename | Size |
|---|---|
| cobar-client-1.0.5.pom | |
| cobar-client-1.0.5.jar | 107 KB |
| cobar-client-1.0.5-sources.jar | 78 KB |
| cobar-client-1.0.5-javadoc.jar | 422 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.cobar/cobar-client/ -->
<dependency>
<groupId>com.alibaba.cobar</groupId>
<artifactId>cobar-client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cobar/cobar-client/
implementation 'com.alibaba.cobar:cobar-client:1.0.5'
// https://jarcasting.com/artifacts/com.alibaba.cobar/cobar-client/
implementation ("com.alibaba.cobar:cobar-client:1.0.5")
'com.alibaba.cobar:cobar-client:jar:1.0.5'
<dependency org="com.alibaba.cobar" name="cobar-client" rev="1.0.5">
<artifact name="cobar-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cobar', module='cobar-client', version='1.0.5')
)
libraryDependencies += "com.alibaba.cobar" % "cobar-client" % "1.0.5"
[com.alibaba.cobar/cobar-client "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring | jar | 2.5.6.SEC02 |
| org.slf4j : slf4j-api | jar | 1.5.10 |
| org.slf4j : slf4j-jcl | jar | 1.5.10 |
| org.apache.ibatis : ibatis-sqlmap | jar | 2.3.4.726 |
| commons-lang : commons-lang | jar | 2.4 |
| org.mvel : mvel2 | jar | 2.0.16 |
| log4j : log4j | jar | 1.2.15 |
| com.thoughtworks.xstream : xstream | jar | 1.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| c3p0 : c3p0 | jar | 0.9.1.2 |
| com.h2database : h2 | jar | 1.2.130 |
| commons-io : commons-io | jar | 1.4 |
| mysql : mysql-connector-java | jar | 5.1.12 |
| org.testng : testng | jar | 5.11 |