| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаcom.github.bordertech.taskmaster |
| Идентификатор | Идентификаторtaskmaster-cache-ehcache |
| Версия | Версия1.0.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-cache-ehcache/ -->
<dependency>
<groupId>com.github.bordertech.taskmaster</groupId>
<artifactId>taskmaster-cache-ehcache</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-cache-ehcache/
implementation 'com.github.bordertech.taskmaster:taskmaster-cache-ehcache:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-cache-ehcache/
implementation ("com.github.bordertech.taskmaster:taskmaster-cache-ehcache:1.0.5")
'com.github.bordertech.taskmaster:taskmaster-cache-ehcache:jar:1.0.5'
<dependency org="com.github.bordertech.taskmaster" name="taskmaster-cache-ehcache" rev="1.0.5">
<artifact name="taskmaster-cache-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.taskmaster', module='taskmaster-cache-ehcache', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.taskmaster" % "taskmaster-cache-ehcache" % "1.0.5"
[com.github.bordertech.taskmaster/taskmaster-cache-ehcache "1.0.5"]