Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.paganini2008.springworld |
ArtifactId | ArtifactIdxmemcached-spring-boot-starter |
Version | Version2.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008.springworld/xmemcached-spring-boot-starter/ -->
<dependency>
<groupId>com.github.paganini2008.springworld</groupId>
<artifactId>xmemcached-spring-boot-starter</artifactId>
<version>2.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008.springworld/xmemcached-spring-boot-starter/
implementation 'com.github.paganini2008.springworld:xmemcached-spring-boot-starter:2.0-RC4'
// https://jarcasting.com/artifacts/com.github.paganini2008.springworld/xmemcached-spring-boot-starter/
implementation ("com.github.paganini2008.springworld:xmemcached-spring-boot-starter:2.0-RC4")
'com.github.paganini2008.springworld:xmemcached-spring-boot-starter:jar:2.0-RC4'
<dependency org="com.github.paganini2008.springworld" name="xmemcached-spring-boot-starter" rev="2.0-RC4">
<artifact name="xmemcached-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008.springworld', module='xmemcached-spring-boot-starter', version='2.0-RC4')
)
libraryDependencies += "com.github.paganini2008.springworld" % "xmemcached-spring-boot-starter" % "2.0-RC4"
[com.github.paganini2008.springworld/xmemcached-spring-boot-starter "2.0-RC4"]