Categories |
CategoriesEhcache Data Caching |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-ehcache_2.12 |
Version | Version2.8.0-M2 |
Type | Typejar |
<!-- 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.8.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ehcache_2.12/
implementation 'com.typesafe.play:play-ehcache_2.12:2.8.0-M2'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ehcache_2.12/
implementation ("com.typesafe.play:play-ehcache_2.12:2.8.0-M2")
'com.typesafe.play:play-ehcache_2.12:jar:2.8.0-M2'
<dependency org="com.typesafe.play" name="play-ehcache_2.12" rev="2.8.0-M2">
<artifact name="play-ehcache_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ehcache_2.12', version='2.8.0-M2')
)
libraryDependencies += "com.typesafe.play" % "play-ehcache_2.12" % "2.8.0-M2"
[com.typesafe.play/play-ehcache_2.12 "2.8.0-M2"]