Download cache-api-1.0.0-PFD.jar file - Jar c

Jar examples for c:cache-api

Description

The jdbc module of dubbo project

You can download jar file cache-api 1.0.0-PFD in this page.

License

JSR-000107 JCACHE 2.9 Public Review - Updated Specification License

Build File

You can use the following script to add cache-api-1.0.0-PFD.jar to your project.

<dependency>
   <groupId>javax.cache</groupId>
   <artifactId>cache-api</artifactId>
   <version>1.0.0-PFD</version>
</dependency>
compile group: 'javax.cache', name: 'cache-api', version: '1.0.0-PFD'
libraryDependencies += "javax.cache" % "cache-api" % "1.0.0-PFD"
<dependency org="javax.cache" name="cache-api" rev="1.0.0-PFD"/>
@Grapes(@Grab(group='javax.cache', module='cache-api', version='1.0.0-PFD'))
'javax.cache:cache-api:jar:1.0.0-PFD'

Download

Click the following link to download the jar file.

cache-api-1.0.0-PFD-javadoc.jar
cache-api-1.0.0-PFD-sources.jar
cache-api-1.0.0-PFD.jar
cache-api-1.0.0-PFD.pom



Related Tutorials