License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.btmatthews.springboot |
ArtifactId | ArtifactIdmemcached-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionMemcached Spring Boot Starter
A Spring Boot Starter to configure a Memcached client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.btmatthews.springboot/memcached-spring-boot-starter/ -->
<dependency>
<groupId>com.btmatthews.springboot</groupId>
<artifactId>memcached-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.springboot/memcached-spring-boot-starter/
implementation 'com.btmatthews.springboot:memcached-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.btmatthews.springboot/memcached-spring-boot-starter/
implementation ("com.btmatthews.springboot:memcached-spring-boot-starter:1.1.0")
'com.btmatthews.springboot:memcached-spring-boot-starter:jar:1.1.0'
<dependency org="com.btmatthews.springboot" name="memcached-spring-boot-starter" rev="1.1.0">
<artifact name="memcached-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.springboot', module='memcached-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.btmatthews.springboot" % "memcached-spring-boot-starter" % "1.1.0"
[com.btmatthews.springboot/memcached-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 1.5.6.RELEASE |
net.spy : spymemcached | jar | 2.12.0 |