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