License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface Hazelcast Application Layer Libs Distributed Applications |
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdquarkus-hazelcast-client-parent |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus Hazelcast Client
Connect to the Hazelcast IMDG for distributed caching and in-memory computing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-hazelcast-client-parent-3.0.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client-parent/ -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>quarkus-hazelcast-client-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client-parent/
implementation 'com.hazelcast:quarkus-hazelcast-client-parent:3.0.0'
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client-parent/
implementation ("com.hazelcast:quarkus-hazelcast-client-parent:3.0.0")
'com.hazelcast:quarkus-hazelcast-client-parent:pom:3.0.0'
<dependency org="com.hazelcast" name="quarkus-hazelcast-client-parent" rev="3.0.0">
<artifact name="quarkus-hazelcast-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='quarkus-hazelcast-client-parent', version='3.0.0')
)
libraryDependencies += "com.hazelcast" % "quarkus-hazelcast-client-parent" % "3.0.0"
[com.hazelcast/quarkus-hazelcast-client-parent "3.0.0"]