License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks CLI |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdvertx-mutiny-clients |
Version | Version2.15.1 |
Type | Typepom |
Description |
DescriptionSmallRye Mutiny - Client APIs
SmallRye Build Parent POM
|
Project Organization |
Project OrganizationSmallRye |
Filename | Size |
---|---|
vertx-mutiny-clients-2.15.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-clients/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>vertx-mutiny-clients</artifactId>
<version>2.15.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-clients/
implementation 'io.smallrye.reactive:vertx-mutiny-clients:2.15.1'
// https://jarcasting.com/artifacts/io.smallrye.reactive/vertx-mutiny-clients/
implementation ("io.smallrye.reactive:vertx-mutiny-clients:2.15.1")
'io.smallrye.reactive:vertx-mutiny-clients:pom:2.15.1'
<dependency org="io.smallrye.reactive" name="vertx-mutiny-clients" rev="2.15.1">
<artifact name="vertx-mutiny-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='vertx-mutiny-clients', version='2.15.1')
)
libraryDependencies += "io.smallrye.reactive" % "vertx-mutiny-clients" % "2.15.1"
[io.smallrye.reactive/vertx-mutiny-clients "2.15.1"]