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