is not current version
Last Version 1.1.2

org.mybatis.caches:mybatis-hazelcast 1.1.0

Hazelcast support for MyBatis Cache

Categories

Categories

Hazelcast Application Layer Libs Distributed Applications MyBatis Data ORM
GroupId

GroupId

org.mybatis.caches
ArtifactId

ArtifactId

mybatis-hazelcast
Version

Version

1.1.0
Type

Type

jar

Download mybatis-hazelcast 1.1.0


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