GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-jcache_2.12 |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
play-jcache_2.12-2.6.7.pom | |
play-jcache_2.12-2.6.7.jar | 4 KB |
play-jcache_2.12-2.6.7-sources.jar | 2 KB |
play-jcache_2.12-2.6.7-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-jcache_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-jcache_2.12</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-jcache_2.12/
implementation 'com.typesafe.play:play-jcache_2.12:2.6.7'
// https://jarcasting.com/artifacts/com.typesafe.play/play-jcache_2.12/
implementation ("com.typesafe.play:play-jcache_2.12:2.6.7")
'com.typesafe.play:play-jcache_2.12:jar:2.6.7'
<dependency org="com.typesafe.play" name="play-jcache_2.12" rev="2.6.7">
<artifact name="play-jcache_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-jcache_2.12', version='2.6.7')
)
libraryDependencies += "com.typesafe.play" % "play-jcache_2.12" % "2.6.7"
[com.typesafe.play/play-jcache_2.12 "2.6.7"]