Categories |
CategoriesRedis Data Databases Hibernate ORM |
---|---|
GroupId | GroupIdcom.github.debop |
ArtifactId | ArtifactIdhibernate-redis-parent |
Version | Version2.3.0 |
Type | Typepom |
Filename | Size |
---|---|
hibernate-redis-parent-2.3.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.debop/hibernate-redis-parent/ -->
<dependency>
<groupId>com.github.debop</groupId>
<artifactId>hibernate-redis-parent</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.debop/hibernate-redis-parent/
implementation 'com.github.debop:hibernate-redis-parent:2.3.0'
// https://jarcasting.com/artifacts/com.github.debop/hibernate-redis-parent/
implementation ("com.github.debop:hibernate-redis-parent:2.3.0")
'com.github.debop:hibernate-redis-parent:pom:2.3.0'
<dependency org="com.github.debop" name="hibernate-redis-parent" rev="2.3.0">
<artifact name="hibernate-redis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.debop', module='hibernate-redis-parent', version='2.3.0')
)
libraryDependencies += "com.github.debop" % "hibernate-redis-parent" % "2.3.0"
[com.github.debop/hibernate-redis-parent "2.3.0"]