Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.buralo.spring.boot.memcached |
ArtifactId | ArtifactIdmemcached-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
memcached-spring-boot-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot/ -->
<dependency>
<groupId>com.buralo.spring.boot.memcached</groupId>
<artifactId>memcached-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot/
implementation 'com.buralo.spring.boot.memcached:memcached-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.buralo.spring.boot.memcached/memcached-spring-boot/
implementation ("com.buralo.spring.boot.memcached:memcached-spring-boot:1.0.0")
'com.buralo.spring.boot.memcached:memcached-spring-boot:pom:1.0.0'
<dependency org="com.buralo.spring.boot.memcached" name="memcached-spring-boot" rev="1.0.0">
<artifact name="memcached-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.buralo.spring.boot.memcached', module='memcached-spring-boot', version='1.0.0')
)
libraryDependencies += "com.buralo.spring.boot.memcached" % "memcached-spring-boot" % "1.0.0"
[com.buralo.spring.boot.memcached/memcached-spring-boot "1.0.0"]