MVN

com.ciaranwood : tapestry-service-cache

Maven & Gradle

Sep 12, 2012
8 stars

Tapestry Service Cache · Easy, annotation-based caching for Tapestry 5 services

<dependency>
    <groupId>com.ciaranwood</groupId>
    <artifactId>tapestry-service-cache</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ciaranwood : tapestry-service-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of com.ciaranwood : tapestry-service-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
tapestry-service-cache-3.0
2.0.x
tapestry-service-cache-2.0.2
tapestry-service-cache-2.0.1
2.0
tapestry-service-cache-2.0
1.0
tapestry-service-cache-1.0

How to add a dependency to Maven

Add the following com.ciaranwood : tapestry-service-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ciaranwood</groupId>
    <artifactId>tapestry-service-cache</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ciaranwood : tapestry-service-cache gradle dependency to your build.gradle file:

implementation 'com.ciaranwood:tapestry-service-cache:3.0'

Gradle Kotlin DSL: Add the following com.ciaranwood : tapestry-service-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ciaranwood:tapestry-service-cache:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ciaranwood : tapestry-service-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ciaranwood" % "tapestry-service-cache" % "3.0"