Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-ehcache_2.13 |
Version | Version2.7.5 |
Type | Typejar |
Filename | Size |
---|---|
play-ehcache_2.13-2.7.5.pom | |
play-ehcache_2.13-2.7.5.jar | 36 KB |
play-ehcache_2.13-2.7.5-sources.jar | 5 KB |
play-ehcache_2.13-2.7.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-ehcache_2.13/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ehcache_2.13</artifactId>
<version>2.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ehcache_2.13/
implementation 'com.typesafe.play:play-ehcache_2.13:2.7.5'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ehcache_2.13/
implementation ("com.typesafe.play:play-ehcache_2.13:2.7.5")
'com.typesafe.play:play-ehcache_2.13:jar:2.7.5'
<dependency org="com.typesafe.play" name="play-ehcache_2.13" rev="2.7.5">
<artifact name="play-ehcache_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ehcache_2.13', version='2.7.5')
)
libraryDependencies += "com.typesafe.play" % "play-ehcache_2.13" % "2.7.5"
[com.typesafe.play/play-ehcache_2.13 "2.7.5"]