Categories |
CategoriesIDE Development Tools AWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.google.code.simple-spring-memcached |
ArtifactId | ArtifactIdaws-elasticache-provider |
Version | Version4.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/aws-elasticache-provider/ -->
<dependency>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>aws-elasticache-provider</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/aws-elasticache-provider/
implementation 'com.google.code.simple-spring-memcached:aws-elasticache-provider:4.1.1'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/aws-elasticache-provider/
implementation ("com.google.code.simple-spring-memcached:aws-elasticache-provider:4.1.1")
'com.google.code.simple-spring-memcached:aws-elasticache-provider:jar:4.1.1'
<dependency org="com.google.code.simple-spring-memcached" name="aws-elasticache-provider" rev="4.1.1">
<artifact name="aws-elasticache-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='aws-elasticache-provider', version='4.1.1')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "aws-elasticache-provider" % "4.1.1"
[com.google.code.simple-spring-memcached/aws-elasticache-provider "4.1.1"]