License |
License |
---|---|
GroupId | GroupIdcom.github.nicklaus4 |
ArtifactId | ArtifactIdmemcached-pool |
Version | Version1.0.6 |
Type | Typejar |
Description |
Descriptionfriendly common pools base on spring-boot
|
Filename | Size |
---|---|
memcached-pool-1.0.6.pom | |
memcached-pool-1.0.6.jar | 7 KB |
memcached-pool-1.0.6-sources.jar | 3 KB |
memcached-pool-1.0.6-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicklaus4/memcached-pool/ -->
<dependency>
<groupId>com.github.nicklaus4</groupId>
<artifactId>memcached-pool</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicklaus4/memcached-pool/
implementation 'com.github.nicklaus4:memcached-pool:1.0.6'
// https://jarcasting.com/artifacts/com.github.nicklaus4/memcached-pool/
implementation ("com.github.nicklaus4:memcached-pool:1.0.6")
'com.github.nicklaus4:memcached-pool:jar:1.0.6'
<dependency org="com.github.nicklaus4" name="memcached-pool" rev="1.0.6">
<artifact name="memcached-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicklaus4', module='memcached-pool', version='1.0.6')
)
libraryDependencies += "com.github.nicklaus4" % "memcached-pool" % "1.0.6"
[com.github.nicklaus4/memcached-pool "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.xmemcached : xmemcached | jar | 2.4.6 |
org.springframework.boot : spring-boot | jar | 2.1.3.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
org.springframework : spring-context | jar | 5.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |