| Лицензия |
Лицензия |
|---|---|
| Группа | Группаjavax.cache |
| Идентификатор | Идентификаторcache-tests |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| cache-tests-1.1.1.pom | |
| cache-tests-1.1.1.jar | 2 KB |
| cache-tests-1.1.1-tests.jar | 73 KB |
| cache-tests-1.1.1-sources.jar | 318 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/javax.cache/cache-tests/ -->
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-tests</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation 'javax.cache:cache-tests:1.1.1'
// https://jarcasting.com/artifacts/javax.cache/cache-tests/
implementation ("javax.cache:cache-tests:1.1.1")
'javax.cache:cache-tests:jar:1.1.1'
<dependency org="javax.cache" name="cache-tests" rev="1.1.1">
<artifact name="cache-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.cache', module='cache-tests', version='1.1.1')
)
libraryDependencies += "javax.cache" % "cache-tests" % "1.1.1"
[javax.cache/cache-tests "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| javax.cache : cache-api | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |