GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-proton |
Version | Version3.5.1 |
Type | Typejar |
Filename | Size |
---|---|
vertx-proton-3.5.1.pom | |
vertx-proton-3.5.1.jar | 81 KB |
vertx-proton-3.5.1-tests.jar | 105 KB |
vertx-proton-3.5.1-test-sources.jar | 58 KB |
vertx-proton-3.5.1-sources.jar | 61 KB |
vertx-proton-3.5.1-javadoc.jar | 165 KB |
vertx-proton-3.5.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-proton/
implementation 'io.vertx:vertx-proton:3.5.1'
// https://jarcasting.com/artifacts/io.vertx/vertx-proton/
implementation ("io.vertx:vertx-proton:3.5.1")
'io.vertx:vertx-proton:jar:3.5.1'
<dependency org="io.vertx" name="vertx-proton" rev="3.5.1">
<artifact name="vertx-proton" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-proton', version='3.5.1')
)
libraryDependencies += "io.vertx" % "vertx-proton" % "3.5.1"
[io.vertx/vertx-proton "3.5.1"]