Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-messaging-http |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-http/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-http</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-http/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging-http:2.0.2'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging-http/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging-http:2.0.2")
'io.smallrye.reactive:smallrye-reactive-messaging-http:jar:2.0.2'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging-http" rev="2.0.2">
<artifact name="smallrye-reactive-messaging-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging-http', version='2.0.2')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging-http" % "2.0.2"
[io.smallrye.reactive/smallrye-reactive-messaging-http "2.0.2"]