common-pool-toolkit
池化相关资源工具包,DB连接池,缓存连接池,http连接池等
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nicklaus4 |
| ArtifactId | ArtifactIddb-pool |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondb-pool
db pool
|
| Filename | Size |
|---|---|
| db-pool-1.0.6.pom | |
| db-pool-1.0.6.jar | 12 KB |
| db-pool-1.0.6-sources.jar | 5 KB |
| db-pool-1.0.6-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicklaus4/db-pool/ -->
<dependency>
<groupId>com.github.nicklaus4</groupId>
<artifactId>db-pool</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicklaus4/db-pool/
implementation 'com.github.nicklaus4:db-pool:1.0.6'
// https://jarcasting.com/artifacts/com.github.nicklaus4/db-pool/
implementation ("com.github.nicklaus4:db-pool:1.0.6")
'com.github.nicklaus4:db-pool:jar:1.0.6'
<dependency org="com.github.nicklaus4" name="db-pool" rev="1.0.6">
<artifact name="db-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicklaus4', module='db-pool', version='1.0.6')
)
libraryDependencies += "com.github.nicklaus4" % "db-pool" % "1.0.6"
[com.github.nicklaus4/db-pool "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.1.3.RELEASE |
| org.yaml : snakeyaml | jar | 1.23 |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.3.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
| org.projectlombok : lombok | jar | 1.18.2 |
| org.springframework : spring-context | jar | 5.1.3.RELEASE |
| org.springframework : spring-jdbc | jar | 5.1.3.RELEASE |
| mysql : mysql-connector-java | jar | 5.1.43 |
| com.zaxxer : HikariCP | jar | 3.3.1 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.google.guava : guava | jar | 23.6-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
池化相关资源工具包,DB连接池,缓存连接池,http连接池等