is not current version
Last Version 1.1.1

javax.cache:cache-tests 1.1.0

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

GroupId

GroupId

javax.cache
ArtifactId

ArtifactId

cache-tests
Version

Version

1.1.0
Type

Type

jar

Download cache-tests 1.1.0


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