GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-proton |
Version | Version3.9.9 |
Type | Typejar |
Filename | Size |
---|---|
vertx-proton-3.9.9.pom | |
vertx-proton-3.9.9.jar | 116 KB |
vertx-proton-3.9.9-tests.jar | 220 KB |
vertx-proton-3.9.9-test-sources.jar | 100 KB |
vertx-proton-3.9.9-sources.jar | 91 KB |
vertx-proton-3.9.9-javadoc.jar | 220 KB |
vertx-proton-3.9.9-docs.zip | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-proton/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-proton</artifactId>
<version>3.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-proton/
implementation 'io.vertx:vertx-proton:3.9.9'
// https://jarcasting.com/artifacts/io.vertx/vertx-proton/
implementation ("io.vertx:vertx-proton:3.9.9")
'io.vertx:vertx-proton:jar:3.9.9'
<dependency org="io.vertx" name="vertx-proton" rev="3.9.9">
<artifact name="vertx-proton" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-proton', version='3.9.9')
)
libraryDependencies += "io.vertx" % "vertx-proton" % "3.9.9"
[io.vertx/vertx-proton "3.9.9"]