Download cache-tests-1.0.1.jar file - Jar c

Jar examples for c:cache-tests

Description

Tests, which form part of the Technology Compatibility Kit for JSR107. You should be able to test an inplementation by: 1. Adding the dependency 2. Configuring the JUnit test fixtures

You can download jar file cache-tests 1.0.1 in this page.

Build File

You can use the following script to add cache-tests-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

cache-tests-1.0.1-javadoc.jar
cache-tests-1.0.1-sources.jar
cache-tests-1.0.1-test-sources.jar
cache-tests-1.0.1-tests.jar
cache-tests-1.0.1.jar
cache-tests-1.0.1.pom



Related Tutorials