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