License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices React User Interface Web Frameworks Messaging Application Layer Libs |
GroupId | GroupIdio.quarkiverse.reactivemessaging.http |
ArtifactId | ArtifactIdquarkus-reactive-messaging-http-parent |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - SmallRye Reactive Messaging - HTTP and WebSockets - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-reactive-messaging-http-parent-1.0.3.pom | 3 KB |
Browse |
<!-- 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"]