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