| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdorg.atmosphere | 
| ArtifactId | ArtifactIdvibe-platform-bridge-vertx2 | 
| Version | Version3.0.0-Alpha8 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-vertx2/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>vibe-platform-bridge-vertx2</artifactId>
    <version>3.0.0-Alpha8</version>
</dependency>// https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-vertx2/
implementation 'org.atmosphere:vibe-platform-bridge-vertx2:3.0.0-Alpha8'// https://jarcasting.com/artifacts/org.atmosphere/vibe-platform-bridge-vertx2/
implementation ("org.atmosphere:vibe-platform-bridge-vertx2:3.0.0-Alpha8")'org.atmosphere:vibe-platform-bridge-vertx2:jar:3.0.0-Alpha8'<dependency org="org.atmosphere" name="vibe-platform-bridge-vertx2" rev="3.0.0-Alpha8">
  <artifact name="vibe-platform-bridge-vertx2" type="jar" />
</dependency>@Grapes(
@Grab(group='org.atmosphere', module='vibe-platform-bridge-vertx2', version='3.0.0-Alpha8')
)libraryDependencies += "org.atmosphere" % "vibe-platform-bridge-vertx2" % "3.0.0-Alpha8"[org.atmosphere/vibe-platform-bridge-vertx2 "3.0.0-Alpha8"]