| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdcom.github.kims-developergroup |
| ArtifactId | ArtifactIdhibernate-arcus |
| Version | Version1.2.0-RELEASE |
| Type | Typejar |
| Description |
DescriptionHibernate-arcus
hibernate 2nd cache implementation using Arcus as a shared cache storage
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/ -->
<dependency>
<groupId>com.github.kims-developergroup</groupId>
<artifactId>hibernate-arcus</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation 'com.github.kims-developergroup:hibernate-arcus:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.kims-developergroup/hibernate-arcus/
implementation ("com.github.kims-developergroup:hibernate-arcus:1.2.0-RELEASE")
'com.github.kims-developergroup:hibernate-arcus:jar:1.2.0-RELEASE'
<dependency org="com.github.kims-developergroup" name="hibernate-arcus" rev="1.2.0-RELEASE">
<artifact name="hibernate-arcus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kims-developergroup', module='hibernate-arcus', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.kims-developergroup" % "hibernate-arcus" % "1.2.0-RELEASE"
[com.github.kims-developergroup/hibernate-arcus "1.2.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.navercorp.arcus : arcus-java-client | jar | 1.12.1 |
| org.hibernate : hibernate-core | jar | 5.4.22.Final |
| org.projectlombok : lombok | jar | 1.18.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hibernate : hibernate-testing | jar | 5.4.27.Final |
| org.assertj : assertj-core | jar | 3.18.1 |
| com.h2database : h2 | jar | 1.4.200 |