Categories |
CategoriesQuarkus Container Microservices CLI User Interface Hazelcast Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.hazelcast |
ArtifactId | ArtifactIdquarkus-hazelcast-client-parent |
Version | Version1.0.0-RC2 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-hazelcast-client-parent-1.0.0-RC2.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>1.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client-parent/
implementation 'com.hazelcast:quarkus-hazelcast-client-parent:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.hazelcast/quarkus-hazelcast-client-parent/
implementation ("com.hazelcast:quarkus-hazelcast-client-parent:1.0.0-RC2")
'com.hazelcast:quarkus-hazelcast-client-parent:pom:1.0.0-RC2'
<dependency org="com.hazelcast" name="quarkus-hazelcast-client-parent" rev="1.0.0-RC2">
<artifact name="quarkus-hazelcast-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast', module='quarkus-hazelcast-client-parent', version='1.0.0-RC2')
)
libraryDependencies += "com.hazelcast" % "quarkus-hazelcast-client-parent" % "1.0.0-RC2"
[com.hazelcast/quarkus-hazelcast-client-parent "1.0.0-RC2"]