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