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