is not current version
Last Version 3.6.10.Final

org.hibernate:hibernate-swarmcache 3.6.0.Beta2

Integration of Hibernate with SwarmCache

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-swarmcache
Version

Version

3.6.0.Beta2
Type

Type

jar

Download hibernate-swarmcache 3.6.0.Beta2


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-swarmcache/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-swarmcache</artifactId>
    <version>3.6.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-swarmcache/
implementation 'org.hibernate:hibernate-swarmcache:3.6.0.Beta2'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-swarmcache/
implementation ("org.hibernate:hibernate-swarmcache:3.6.0.Beta2")
'org.hibernate:hibernate-swarmcache:jar:3.6.0.Beta2'
<dependency org="org.hibernate" name="hibernate-swarmcache" rev="3.6.0.Beta2">
  <artifact name="hibernate-swarmcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-swarmcache', version='3.6.0.Beta2')
)
libraryDependencies += "org.hibernate" % "hibernate-swarmcache" % "3.6.0.Beta2"
[org.hibernate/hibernate-swarmcache "3.6.0.Beta2"]