CobarClient(CC) is a lightweight distributed data access layer which is an extension to and wrapper of iBatis(now, MyBatis) in Spring framework.
'com.alibaba.cobar:cobar-client:1.0.5'
<dependency> <groupId>com.alibaba.cobar</groupId> <artifactId>cobar-client</artifactId> <version>1.0.5</version> </dependency>
<dependency org="com.alibaba.cobar" name="cobar-client" rev="1.0.5"/>
"com.alibaba.cobar", "cobar-client", "1.0.5"