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