Categories |
CategoriesQuarkus Container Microservices CLI User Interface Hazelcast Application Layer Libs Distributed Applications ORM Data |
---|---|
GroupId | GroupIdio.quarkus.platform |
ArtifactId | ArtifactIdquarkus-hazelcast-client |
Version | Version2.8.0.Final |
Type | Typepom |
Filename | Size |
---|---|
quarkus-hazelcast-client-2.8.0.Final.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-client/ -->
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-hazelcast-client</artifactId>
<version>2.8.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-client/
implementation 'io.quarkus.platform:quarkus-hazelcast-client:2.8.0.Final'
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-client/
implementation ("io.quarkus.platform:quarkus-hazelcast-client:2.8.0.Final")
'io.quarkus.platform:quarkus-hazelcast-client:pom:2.8.0.Final'
<dependency org="io.quarkus.platform" name="quarkus-hazelcast-client" rev="2.8.0.Final">
<artifact name="quarkus-hazelcast-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.platform', module='quarkus-hazelcast-client', version='2.8.0.Final')
)
libraryDependencies += "io.quarkus.platform" % "quarkus-hazelcast-client" % "2.8.0.Final"
[io.quarkus.platform/quarkus-hazelcast-client "2.8.0.Final"]