License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface Hazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdquarkus-hazelcast-client |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConnect to the Hazelcast IMDG for distributed caching and in-memory computing
|
<!-- https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>quarkus-hazelcast-client</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client/
implementation 'com.hazelcast:quarkus-hazelcast-client:3.0.0'
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client/
implementation ("com.hazelcast:quarkus-hazelcast-client:3.0.0")
'com.hazelcast:quarkus-hazelcast-client:jar:3.0.0'
<dependency org="com.hazelcast" name="quarkus-hazelcast-client" rev="3.0.0">
<artifact name="quarkus-hazelcast-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='quarkus-hazelcast-client', version='3.0.0')
)
libraryDependencies += "com.hazelcast" % "quarkus-hazelcast-client" % "3.0.0"
[com.hazelcast/quarkus-hazelcast-client "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hazelcast : hazelcast | jar | |
javax.cache : cache-api | jar | |
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-jaxb | jar | |
org.graalvm.nativeimage : svm | jar |