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