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