| License |
License |
|---|---|
| GroupId | GroupIdcom.github.zhengframework |
| ArtifactId | ArtifactIdzheng-jdbc |
| Version | Version1.8.0 |
| Type | Typejar |
| Description |
Descriptionzheng framework module: jdbc support
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| zheng-jdbc-1.8.0.pom | |
| zheng-jdbc-1.8.0.jar | 36 KB |
| zheng-jdbc-1.8.0-sources.jar | 24 KB |
| zheng-jdbc-1.8.0-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc/ -->
<dependency>
<groupId>com.github.zhengframework</groupId>
<artifactId>zheng-jdbc</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc/
implementation 'com.github.zhengframework:zheng-jdbc:1.8.0'
// https://jarcasting.com/artifacts/com.github.zhengframework/zheng-jdbc/
implementation ("com.github.zhengframework:zheng-jdbc:1.8.0")
'com.github.zhengframework:zheng-jdbc:jar:1.8.0'
<dependency org="com.github.zhengframework" name="zheng-jdbc" rev="1.8.0">
<artifact name="zheng-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengframework', module='zheng-jdbc', version='1.8.0')
)
libraryDependencies += "com.github.zhengframework" % "zheng-jdbc" % "1.8.0"
[com.github.zhengframework/zheng-jdbc "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.zhengframework : zheng-jdbc-core | jar | |
| com.zaxxer : HikariCP | jar | |
| com.github.zhengframework : zheng-core | jar | |
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.8 |
| org.gaul : modernizer-maven-annotations Optional | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | |
| com.alibaba : druid | jar | |
| org.apache.commons : commons-dbcp2 | jar | |
| com.mchange : c3p0 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.zhengframework : zheng-test | jar | |
| ch.qos.logback : logback-classic | jar | |
| org.hsqldb : hsqldb | jar | |
| com.h2database : h2 | jar | |
| io.dropwizard.metrics : metrics-core | jar | |
| io.dropwizard.metrics : metrics-healthchecks | jar |