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