| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаorg.ehcache.modules |
| Идентификатор | Идентификаторehcache-107 |
| Версия | Версия3.9.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ehcache-107-3.9.3.pom | |
| ehcache-107-3.9.3.jar | 99 KB |
| ehcache-107-3.9.3-sources.jar | 49 KB |
| ehcache-107-3.9.3-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/ -->
<dependency>
<groupId>org.ehcache.modules</groupId>
<artifactId>ehcache-107</artifactId>
<version>3.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/
implementation 'org.ehcache.modules:ehcache-107:3.9.3'
// https://jarcasting.com/artifacts/org.ehcache.modules/ehcache-107/
implementation ("org.ehcache.modules:ehcache-107:3.9.3")
'org.ehcache.modules:ehcache-107:jar:3.9.3'
<dependency org="org.ehcache.modules" name="ehcache-107" rev="3.9.3">
<artifact name="ehcache-107" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules', module='ehcache-107', version='3.9.3')
)
libraryDependencies += "org.ehcache.modules" % "ehcache-107" % "3.9.3"
[org.ehcache.modules/ehcache-107 "3.9.3"]