License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Hibernate ORM |
GroupId | GroupIdcom.github.hibernate-redis |
ArtifactId | ArtifactIdhibernate-examples |
Version | Version1.6.4 |
Type | Typejar |
Description |
DescriptionHibernate Redis Examples
Hibernate 2nd level cache using Redis examples.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hibernate-examples-1.6.4.pom | |
hibernate-examples-1.6.4.jar | 65 KB |
hibernate-examples-1.6.4-sources.jar | 47 KB |
hibernate-examples-1.6.4-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-examples/ -->
<dependency>
<groupId>com.github.hibernate-redis</groupId>
<artifactId>hibernate-examples</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-examples/
implementation 'com.github.hibernate-redis:hibernate-examples:1.6.4'
// https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-examples/
implementation ("com.github.hibernate-redis:hibernate-examples:1.6.4")
'com.github.hibernate-redis:hibernate-examples:jar:1.6.4'
<dependency org="com.github.hibernate-redis" name="hibernate-examples" rev="1.6.4">
<artifact name="hibernate-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hibernate-redis', module='hibernate-examples', version='1.6.4')
)
libraryDependencies += "com.github.hibernate-redis" % "hibernate-examples" % "1.6.4"
[com.github.hibernate-redis/hibernate-examples "1.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hibernate-redis : hibernate-redis | jar | 1.6.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.apache.commons : commons-lang3 | jar | 3.1 |
joda-time : joda-time | jar | 2.3 |
org.joda : joda-convert | jar | 1.5 |
org.springframework : spring-context | jar | 4.2.5.RELEASE |
org.springframework : spring-beans | jar | 4.2.5.RELEASE |
org.springframework : spring-tx | jar | 4.2.5.RELEASE |
org.springframework : spring-orm | jar | 4.2.5.RELEASE |
org.springframework.data : spring-data-jpa | jar | 1.6.0.RELEASE |
com.mysema.querydsl : querydsl-apt | jar | 3.7.2 |
com.mysema.querydsl : querydsl-jpa | jar | 3.7.2 |
com.mysema.querydsl : querydsl-jpa-codegen | jar | 3.7.2 |
com.zaxxer : HikariCP | jar | 2.4.5 |
com.jolbox : bonecp | jar | 0.8.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.2.5.RELEASE |
junit : junit | jar | 4.11 |
org.easytesting : fest-assert | jar | 1.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
com.h2database : h2 | jar | 1.3.175 |