m

mybatis-hazelcast

Hazelcast support for MyBatis Cache
https://mybatis.org/hazelcast-cache/
Files download
File Operation
mybatis-hazelcast-1.3.1.jar download
mybatis-hazelcast-1.3.1.pom download
mybatis-hazelcast-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mybatis.caches</groupId>
  <artifactId>mybatis-hazelcast</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.mybatis.caches:mybatis-hazelcast:1.3.1'
Gradle Kotlin
implementation("org.mybatis.caches:mybatis-hazelcast:1.3.1")
Scala SBT
libraryDependencies += "org.mybatis.caches" % "mybatis-hazelcast" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mybatis.caches', module='mybatis-hazelcast', version='1.3.1')
)
Apache Ivy
<dependency org="org.mybatis.caches" name="mybatis-hazelcast" rev="1.3.1" />
Leiningen
[org.mybatis.caches/mybatis-hazelcast "1.3.1"]
Apache Buildr
'org.mybatis.caches:mybatis-hazelcast:jar:1.3.1'