License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures |
GroupId | GroupIdcom.ciaranwood |
ArtifactId | ArtifactIdtapestry-service-cache |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTapestry Service Cache
Easy, annotation-based caching for Tapestry 5 services
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/ -->
<dependency>
<groupId>com.ciaranwood</groupId>
<artifactId>tapestry-service-cache</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/
implementation 'com.ciaranwood:tapestry-service-cache:3.0'
// https://jarcasting.com/artifacts/com.ciaranwood/tapestry-service-cache/
implementation ("com.ciaranwood:tapestry-service-cache:3.0")
'com.ciaranwood:tapestry-service-cache:jar:3.0'
<dependency org="com.ciaranwood" name="tapestry-service-cache" rev="3.0">
<artifact name="tapestry-service-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ciaranwood', module='tapestry-service-cache', version='3.0')
)
libraryDependencies += "com.ciaranwood" % "tapestry-service-cache" % "3.0"
[com.ciaranwood/tapestry-service-cache "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-ioc | jar | 5.3.5 |
net.sf.ehcache : ehcache-core | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
org.apache.tapestry : tapestry-core | jar | 5.3.5 |
javax.servlet : servlet-api | jar | 2.4 |
org.tynamo : tapestry-resteasy | jar | 0.3.0 |