is not current version
Last Version 1.6.9

org.jooby:jooby-ehcache 1.0.0.CR4


Categories

Categories

Ehcache Data Caching Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-ehcache
Version

Version

1.0.0.CR4
Type

Type

jar

Download jooby-ehcache 1.0.0.CR4


<!-- https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/ -->
<dependency>
    <groupId>org.jooby</groupId>
    <artifactId>jooby-ehcache</artifactId>
    <version>1.0.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/
implementation 'org.jooby:jooby-ehcache:1.0.0.CR4'
// https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/
implementation ("org.jooby:jooby-ehcache:1.0.0.CR4")
'org.jooby:jooby-ehcache:jar:1.0.0.CR4'
<dependency org="org.jooby" name="jooby-ehcache" rev="1.0.0.CR4">
  <artifact name="jooby-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-ehcache', version='1.0.0.CR4')
)
libraryDependencies += "org.jooby" % "jooby-ehcache" % "1.0.0.CR4"
[org.jooby/jooby-ehcache "1.0.0.CR4"]