c

cache-tests

Tests, that form part of the Technology Compatibility Kit for JSR107. You should be able to test an implementation by: 1. Adding the dependency 2. Configuring the JUnit test fixtures
https://github.com/jsr107/jsr107tck
Files download
File Operation
cache-tests-1.0.0-RC1.jar download
cache-tests-1.0.0-RC1.pom download
cache-tests-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.cache</groupId>
  <artifactId>cache-tests</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'javax.cache:cache-tests:1.0.0-RC1'
Gradle Kotlin
implementation("javax.cache:cache-tests:1.0.0-RC1")
Scala SBT
libraryDependencies += "javax.cache" % "cache-tests" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='javax.cache', module='cache-tests', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="javax.cache" name="cache-tests" rev="1.0.0-RC1" />
Leiningen
[javax.cache/cache-tests "1.0.0-RC1"]
Apache Buildr
'javax.cache:cache-tests:jar:1.0.0-RC1'