| Категории |
КатегорииQuarkus Контейнер Микросервисы Hazelcast Библиотеки уровня приложения Distributed Applications ORM Данные |
|---|---|
| Группа | Группаio.quarkus.platform |
| Идентификатор | Идентификаторquarkus-hazelcast-parent |
| Версия | Версия2.2.3.Final |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| quarkus-hazelcast-parent-2.2.3.Final.pom | 774 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-parent/ -->
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-hazelcast-parent</artifactId>
<version>2.2.3.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-parent/
implementation 'io.quarkus.platform:quarkus-hazelcast-parent:2.2.3.Final'
// https://jarcasting.com/artifacts/io.quarkus.platform/quarkus-hazelcast-parent/
implementation ("io.quarkus.platform:quarkus-hazelcast-parent:2.2.3.Final")
'io.quarkus.platform:quarkus-hazelcast-parent:pom:2.2.3.Final'
<dependency org="io.quarkus.platform" name="quarkus-hazelcast-parent" rev="2.2.3.Final">
<artifact name="quarkus-hazelcast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.platform', module='quarkus-hazelcast-parent', version='2.2.3.Final')
)
libraryDependencies += "io.quarkus.platform" % "quarkus-hazelcast-parent" % "2.2.3.Final"
[io.quarkus.platform/quarkus-hazelcast-parent "2.2.3.Final"]