is not current version
Last Version 1.1.1

javax.cache:cache-tests 0.3

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

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

cache-tests
Version

Version

0.3
Type

Type

jar

Download cache-tests 0.3


<!-- https://jarcasting.com/artifacts/javax.cache/cache-tests/ -->
<dependency>
    <groupId>javax.cache</groupId>
    <artifactId>cache-tests</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation 'javax.cache:cache-tests:0.3'
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation ("javax.cache:cache-tests:0.3")
'javax.cache:cache-tests:jar:0.3'
<dependency org="javax.cache" name="cache-tests" rev="0.3">
  <artifact name="cache-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='cache-tests', version='0.3')
)
libraryDependencies += "javax.cache" % "cache-tests" % "0.3"
[javax.cache/cache-tests "0.3"]