License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.google.code.maven-play-plugin.spy |
ArtifactId | ArtifactIdmemcached |
Version | Version2.4.2 |
Type | Typejar |
Description |
DescriptionJava client for Memcached
A simple, asynchronous, single-threaded Memcached client written in java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
memcached-2.4.2.pom | |
memcached-2.4.2.jar | 239 KB |
memcached-2.4.2-sources.jar | 119 KB |
memcached-2.4.2-javadoc.jar | 610 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/memcached/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.spy</groupId>
<artifactId>memcached</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/memcached/
implementation 'com.google.code.maven-play-plugin.spy:memcached:2.4.2'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.spy/memcached/
implementation ("com.google.code.maven-play-plugin.spy:memcached:2.4.2")
'com.google.code.maven-play-plugin.spy:memcached:jar:2.4.2'
<dependency org="com.google.code.maven-play-plugin.spy" name="memcached" rev="2.4.2">
<artifact name="memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.spy', module='memcached', version='2.4.2')
)
libraryDependencies += "com.google.code.maven-play-plugin.spy" % "memcached" % "2.4.2"
[com.google.code.maven-play-plugin.spy/memcached "2.4.2"]