не последняя версия
Последняя версия 1.1.1

javax.cache:cache-tests 0.61

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

Группа

Группа

javax.cache
Идентификатор

Идентификатор

cache-tests
Версия

Версия

0.61
Тип

Тип

jar

Скачать cache-tests 0.61


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