License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices React User Interface Web Frameworks Messaging Application Layer Libs |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-reactive-messaging-http-parent |
Last Version | Last Version2.6.0.CR1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Reactive Messaging - HTTP and WebSockets
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-reactive-messaging-http-parent-2.6.0.CR1.pom | 789 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-messaging-http-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-messaging-http-parent</artifactId>
<version>2.6.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-messaging-http-parent/
implementation 'io.quarkus:quarkus-reactive-messaging-http-parent:2.6.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-messaging-http-parent/
implementation ("io.quarkus:quarkus-reactive-messaging-http-parent:2.6.0.CR1")
'io.quarkus:quarkus-reactive-messaging-http-parent:pom:2.6.0.CR1'
<dependency org="io.quarkus" name="quarkus-reactive-messaging-http-parent" rev="2.6.0.CR1">
<artifact name="quarkus-reactive-messaging-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-reactive-messaging-http-parent', version='2.6.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-reactive-messaging-http-parent" % "2.6.0.CR1"
[io.quarkus/quarkus-reactive-messaging-http-parent "2.6.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.6.0.CR1 |