Download repository-cache-1.1.2.jar file - Jar r

Jar examples for r:repository-cache

Description

Proxy Cache Manager annotation that helps you to cache your repository method calls.

You can download jar file repository-cache 1.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add repository-cache-1.1.2.jar to your project.

<dependency>
   <groupId>com.kuassivi.annotation</groupId>
   <artifactId>repository-cache</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'com.kuassivi.annotation', name: 'repository-cache', version: '1.1.2'
libraryDependencies += "com.kuassivi.annotation" % "repository-cache" % "1.1.2"
<dependency org="com.kuassivi.annotation" name="repository-cache" rev="1.1.2"/>
@Grapes(@Grab(group='com.kuassivi.annotation', module='repository-cache', version='1.1.2'))
'com.kuassivi.annotation:repository-cache:jar:1.1.2'

Download

Click the following link to download the jar file.

repository-cache-1.1.2-javadoc.jar
repository-cache-1.1.2-sources.jar
repository-cache-1.1.2.jar
repository-cache-1.1.2.pom



Related Tutorials