Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.github.mihaicostin |
ArtifactId | ArtifactIdhibernate-l2-memcached |
Version | Version5.2.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/ -->
<dependency>
<groupId>com.github.mihaicostin</groupId>
<artifactId>hibernate-l2-memcached</artifactId>
<version>5.2.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/
implementation 'com.github.mihaicostin:hibernate-l2-memcached:5.2.17.0'
// https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/
implementation ("com.github.mihaicostin:hibernate-l2-memcached:5.2.17.0")
'com.github.mihaicostin:hibernate-l2-memcached:jar:5.2.17.0'
<dependency org="com.github.mihaicostin" name="hibernate-l2-memcached" rev="5.2.17.0">
<artifact name="hibernate-l2-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mihaicostin', module='hibernate-l2-memcached', version='5.2.17.0')
)
libraryDependencies += "com.github.mihaicostin" % "hibernate-l2-memcached" % "5.2.17.0"
[com.github.mihaicostin/hibernate-l2-memcached "5.2.17.0"]