Jar examples for c:cache-tests
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.
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'
Click the following link to download the jar file.
cache-tests-1.0.1-javadoc.jar