| Группа | Группаorg.codehaus.redback.components.cache |
|---|---|
| Идентификатор | Идентификаторspring-cache |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSpring Cache Component
Cache API with various implementations : simple HashMap, ehcache, oscache. Based on Spring container.
|
| Имя Файла | Размер |
|---|---|
| spring-cache-1.1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache/ -->
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<artifactId>spring-cache</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache/
implementation 'org.codehaus.redback.components.cache:spring-cache:1.1'
// https://jarcasting.com/artifacts/org.codehaus.redback.components.cache/spring-cache/
implementation ("org.codehaus.redback.components.cache:spring-cache:1.1")
'org.codehaus.redback.components.cache:spring-cache:pom:1.1'
<dependency org="org.codehaus.redback.components.cache" name="spring-cache" rev="1.1">
<artifact name="spring-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.redback.components.cache', module='spring-cache', version='1.1')
)
libraryDependencies += "org.codehaus.redback.components.cache" % "spring-cache" % "1.1"
[org.codehaus.redback.components.cache/spring-cache "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.6.1 |
| junit : junit | jar | 4.9 |