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