common-pool-toolkit
池化相关资源工具包,DB连接池,缓存连接池,http连接池等
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nicklaus4 |
| ArtifactId | ArtifactIdlocalcache-pool |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfriendly common pools base on spring-boot
|
| Filename | Size |
|---|---|
| localcache-pool-1.0.6.pom | |
| localcache-pool-1.0.6.jar | 6 KB |
| localcache-pool-1.0.6-sources.jar | 3 KB |
| localcache-pool-1.0.6-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicklaus4/localcache-pool/ -->
<dependency>
<groupId>com.github.nicklaus4</groupId>
<artifactId>localcache-pool</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicklaus4/localcache-pool/
implementation 'com.github.nicklaus4:localcache-pool:1.0.6'
// https://jarcasting.com/artifacts/com.github.nicklaus4/localcache-pool/
implementation ("com.github.nicklaus4:localcache-pool:1.0.6")
'com.github.nicklaus4:localcache-pool:jar:1.0.6'
<dependency org="com.github.nicklaus4" name="localcache-pool" rev="1.0.6">
<artifact name="localcache-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicklaus4', module='localcache-pool', version='1.0.6')
)
libraryDependencies += "com.github.nicklaus4" % "localcache-pool" % "1.0.6"
[com.github.nicklaus4/localcache-pool "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ben-manes.caffeine : caffeine | jar | 2.7.0 |
| com.google.guava : guava | jar | 23.6-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
池化相关资源工具包,DB连接池,缓存连接池,http连接池等