| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы React Взаимодействие с пользователем Веб-фреймворки Messaging Библиотеки уровня приложения |
| Группа | Группаio.quarkiverse.reactivemessaging.http |
| Идентификатор | Идентификаторquarkus-reactive-messaging-http-parent |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-reactive-messaging-http-parent-1.0.3.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.reactivemessaging.http/quarkus-reactive-messaging-http-parent/ -->
<dependency>
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.reactivemessaging.http/quarkus-reactive-messaging-http-parent/
implementation 'io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http-parent:1.0.3'
// https://jarcasting.com/artifacts/io.quarkiverse.reactivemessaging.http/quarkus-reactive-messaging-http-parent/
implementation ("io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http-parent:1.0.3")
'io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http-parent:pom:1.0.3'
<dependency org="io.quarkiverse.reactivemessaging.http" name="quarkus-reactive-messaging-http-parent" rev="1.0.3">
<artifact name="quarkus-reactive-messaging-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.reactivemessaging.http', module='quarkus-reactive-messaging-http-parent', version='1.0.3')
)
libraryDependencies += "io.quarkiverse.reactivemessaging.http" % "quarkus-reactive-messaging-http-parent" % "1.0.3"
[io.quarkiverse.reactivemessaging.http/quarkus-reactive-messaging-http-parent "1.0.3"]