Categories |
CategoriesCLI User Interface EventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdvertx3-eventbus-client |
Version | Version3.8.4 |
Type | Typejar |
Filename | Size |
---|---|
vertx3-eventbus-client-3.8.4.pom | |
vertx3-eventbus-client-3.8.4.jar | 6 KB |
vertx3-eventbus-client-3.8.4-sources.jar | 22 bytes |
vertx3-eventbus-client-3.8.4-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vertx3-eventbus-client/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vertx3-eventbus-client</artifactId>
<version>3.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vertx3-eventbus-client/
implementation 'org.webjars.npm:vertx3-eventbus-client:3.8.4'
// https://jarcasting.com/artifacts/org.webjars.npm/vertx3-eventbus-client/
implementation ("org.webjars.npm:vertx3-eventbus-client:3.8.4")
'org.webjars.npm:vertx3-eventbus-client:jar:3.8.4'
<dependency org="org.webjars.npm" name="vertx3-eventbus-client" rev="3.8.4">
<artifact name="vertx3-eventbus-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vertx3-eventbus-client', version='3.8.4')
)
libraryDependencies += "org.webjars.npm" % "vertx3-eventbus-client" % "3.8.4"
[org.webjars.npm/vertx3-eventbus-client "3.8.4"]