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