Categories |
CategoriesEhcache Data Caching Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-ehcache |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jooby-ehcache-1.1.0.pom | |
jooby-ehcache-1.1.0.jar | 19 KB |
jooby-ehcache-1.1.0-sources.jar | 10 KB |
jooby-ehcache-1.1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-ehcache</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/
implementation 'org.jooby:jooby-ehcache:1.1.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-ehcache/
implementation ("org.jooby:jooby-ehcache:1.1.0")
'org.jooby:jooby-ehcache:jar:1.1.0'
<dependency org="org.jooby" name="jooby-ehcache" rev="1.1.0">
<artifact name="jooby-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-ehcache', version='1.1.0')
)
libraryDependencies += "org.jooby" % "jooby-ehcache" % "1.1.0"
[org.jooby/jooby-ehcache "1.1.0"]