License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks |
GroupId | GroupIdorg.grails.plugins |
ArtifactId | ArtifactIdcache |
Last Version | Last Version5.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCache Plugin
Provides AST transformations for caching method calls
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cache-5.0.1.pom | |
cache-5.0.1.jar | 127 KB |
cache-5.0.1-sources.jar | 20 KB |
cache-5.0.1-plugin.xml | 621 bytes |
cache-5.0.1-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails.plugins/cache/ -->
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>cache</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails.plugins/cache/
implementation 'org.grails.plugins:cache:5.0.1'
// https://jarcasting.com/artifacts/org.grails.plugins/cache/
implementation ("org.grails.plugins:cache:5.0.1")
'org.grails.plugins:cache:jar:5.0.1'
<dependency org="org.grails.plugins" name="cache" rev="5.0.1">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='cache', version='5.0.1')
)
libraryDependencies += "org.grails.plugins" % "cache" % "5.0.1"
[org.grails.plugins/cache "5.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.bertramlabs.plugins : asset-pipeline-grails | jar | 3.0.7 |
gradle.plugin.com.github.erdi.webdriver-binaries » webdriver-binaries-gradle-plugin | jar | 2.4 |
org.codehaus.gpars : gpars | jar | 1.2.1 |
com.googlecode.concurrentlinkedhashmap : concurrentlinkedhashmap-lru | jar | 1.4.2 |
org.javassist : javassist | jar | 3.27.0-GA |