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