License |
License |
---|---|
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.5.0.CR1 |
Type | Typepom |
Description |
DescriptionQuarkus Platform - Hazelcast - Quarkus Platform BOM
Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-hazelcast-client-2.5.0.CR1.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.5.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-client/
implementation 'io.quarkus.platform:quarkus-hazelcast-client:2.5.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-client/
implementation ("io.quarkus.platform:quarkus-hazelcast-client:2.5.0.CR1")
'io.quarkus.platform:quarkus-hazelcast-client:pom:2.5.0.CR1'
<dependency org="io.quarkus.platform" name="quarkus-hazelcast-client" rev="2.5.0.CR1">
<artifact name="quarkus-hazelcast-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.platform', module='quarkus-hazelcast-client', version='2.5.0.CR1')
)
libraryDependencies += "io.quarkus.platform" % "quarkus-hazelcast-client" % "2.5.0.CR1"
[io.quarkus.platform/quarkus-hazelcast-client "2.5.0.CR1"]