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