Categories |
CategoriesReact User Interface Web Frameworks Messaging Application Layer Libs |
---|---|
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdsmallrye-reactive-messaging |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-reactive-messaging-3.3.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation 'io.smallrye.reactive:smallrye-reactive-messaging:3.3.0'
// https://jarcasting.com/artifacts/io.smallrye.reactive/smallrye-reactive-messaging/
implementation ("io.smallrye.reactive:smallrye-reactive-messaging:3.3.0")
'io.smallrye.reactive:smallrye-reactive-messaging:pom:3.3.0'
<dependency org="io.smallrye.reactive" name="smallrye-reactive-messaging" rev="3.3.0">
<artifact name="smallrye-reactive-messaging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-messaging', version='3.3.0')
)
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-messaging" % "3.3.0"
[io.smallrye.reactive/smallrye-reactive-messaging "3.3.0"]