common-pool-toolkit
池化相关资源工具包,DB连接池,缓存连接池,http连接池等
| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.github.nicklaus4 |
| ArtifactId | ArtifactIdredis-pool |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionredis-pool
redis pool
|
| Filename | Size |
|---|---|
| redis-pool-1.0.6.pom | |
| redis-pool-1.0.6.jar | 13 KB |
| redis-pool-1.0.6-sources.jar | 6 KB |
| redis-pool-1.0.6-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/ -->
<dependency>
<groupId>com.github.nicklaus4</groupId>
<artifactId>redis-pool</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/
implementation 'com.github.nicklaus4:redis-pool:1.0.6'
// https://jarcasting.com/artifacts/com.github.nicklaus4/redis-pool/
implementation ("com.github.nicklaus4:redis-pool:1.0.6")
'com.github.nicklaus4:redis-pool:jar:1.0.6'
<dependency org="com.github.nicklaus4" name="redis-pool" rev="1.0.6">
<artifact name="redis-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicklaus4', module='redis-pool', version='1.0.6')
)
libraryDependencies += "com.github.nicklaus4" % "redis-pool" % "1.0.6"
[com.github.nicklaus4/redis-pool "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 2.9.0 |
| org.springframework.boot : spring-boot | jar | 2.1.3.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.3.RELEASE |
| org.projectlombok : lombok | jar | 1.18.2 |
| org.springframework : spring-context | jar | 5.1.3.RELEASE |
| 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连接池等