| GroupId | GroupIdcom.github.mumoshu |
|---|---|
| ArtifactId | ArtifactIdplay2-memcached_2.9.1 |
| Version | Version0.2.4.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mumoshu/play2-memcached_2.9.1/ -->
<dependency>
<groupId>com.github.mumoshu</groupId>
<artifactId>play2-memcached_2.9.1</artifactId>
<version>0.2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mumoshu/play2-memcached_2.9.1/
implementation 'com.github.mumoshu:play2-memcached_2.9.1:0.2.4.2'
// https://jarcasting.com/artifacts/com.github.mumoshu/play2-memcached_2.9.1/
implementation ("com.github.mumoshu:play2-memcached_2.9.1:0.2.4.2")
'com.github.mumoshu:play2-memcached_2.9.1:jar:0.2.4.2'
<dependency org="com.github.mumoshu" name="play2-memcached_2.9.1" rev="0.2.4.2">
<artifact name="play2-memcached_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mumoshu', module='play2-memcached_2.9.1', version='0.2.4.2')
)
libraryDependencies += "com.github.mumoshu" % "play2-memcached_2.9.1" % "0.2.4.2"
[com.github.mumoshu/play2-memcached_2.9.1 "0.2.4.2"]