Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Ebean Data ORM |
---|---|
GroupId | GroupIdio.ebean |
ArtifactId | ArtifactIdebean-hazelcast |
Version | Version11.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ebean/ebean-hazelcast/ -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-hazelcast</artifactId>
<version>11.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ebean/ebean-hazelcast/
implementation 'io.ebean:ebean-hazelcast:11.10.1'
// https://jarcasting.com/artifacts/io.ebean/ebean-hazelcast/
implementation ("io.ebean:ebean-hazelcast:11.10.1")
'io.ebean:ebean-hazelcast:jar:11.10.1'
<dependency org="io.ebean" name="ebean-hazelcast" rev="11.10.1">
<artifact name="ebean-hazelcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ebean', module='ebean-hazelcast', version='11.10.1')
)
libraryDependencies += "io.ebean" % "ebean-hazelcast" % "11.10.1"
[io.ebean/ebean-hazelcast "11.10.1"]