License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.buralo.spring.boot.memcached |
ArtifactId | ArtifactIdmemcached-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Memcached
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot-starter/ -->
<dependency>
<groupId>com.buralo.spring.boot.memcached</groupId>
<artifactId>memcached-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot-starter/
implementation 'com.buralo.spring.boot.memcached:memcached-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot-starter/
implementation ("com.buralo.spring.boot.memcached:memcached-spring-boot-starter:1.1.0")
'com.buralo.spring.boot.memcached:memcached-spring-boot-starter:jar:1.1.0'
<dependency org="com.buralo.spring.boot.memcached" name="memcached-spring-boot-starter" rev="1.1.0">
<artifact name="memcached-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buralo.spring.boot.memcached', module='memcached-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.buralo.spring.boot.memcached" % "memcached-spring-boot-starter" % "1.1.0"
[com.buralo.spring.boot.memcached/memcached-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.buralo.spring.boot.memcached : memcached-spring-boot-autoconfigure | jar | 1.1.0 |
net.spy : spymemcached | jar | 2.12.3 |