License |
License |
---|---|
Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications MyBatis Data ORM |
GroupId | GroupIdorg.mybatis |
ArtifactId | ArtifactIdmybatis-hazelcast |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis Caches :: Hazelcast
Hazelcast support for MyBatis Cache
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mybatis-hazelcast-1.0.0.pom | |
mybatis-hazelcast-1.0.0.jar | 9 KB |
mybatis-hazelcast-1.0.0-sources.jar | 8 KB |
mybatis-hazelcast-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis-hazelcast/ -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-hazelcast</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis-hazelcast/
implementation 'org.mybatis:mybatis-hazelcast:1.0.0'
// https://jarcasting.com/artifacts/org.mybatis/mybatis-hazelcast/
implementation ("org.mybatis:mybatis-hazelcast:1.0.0")
'org.mybatis:mybatis-hazelcast:jar:1.0.0'
<dependency org="org.mybatis" name="mybatis-hazelcast" rev="1.0.0">
<artifact name="mybatis-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis-hazelcast', version='1.0.0')
)
libraryDependencies += "org.mybatis" % "mybatis-hazelcast" % "1.0.0"
[org.mybatis/mybatis-hazelcast "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hazelcast : hazelcast | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |