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