| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Messaging Библиотеки уровня приложения |
|---|---|
| Группа | Группаio.smallrye.reactive |
| Идентификатор | Идентификаторsmallrye-reactive-messaging |
| Версия | Версия2.6.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| smallrye-reactive-messaging-2.6.1.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging:2.6.1'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging:2.6.1")
'io.smallrye.reactive:smallrye-reactive-messaging:pom:2.6.1'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging" rev="2.6.1">
<artifact name="smallrye-reactive-messaging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='2.6.1')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging" % "2.6.1"
[io.smallrye.reactive/smallrye-reactive-messaging "2.6.1"]