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