GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-vertx |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-vertx-2.0.1.pom | |
atmosphere-vertx-2.0.1.jar | 26 KB |
atmosphere-vertx-2.0.1-sources.jar | 10 KB |
atmosphere-vertx-2.0.1-mod.zip | 5 MB |
atmosphere-vertx-2.0.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-vertx</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx/
implementation 'org.atmosphere:atmosphere-vertx:2.0.1'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx/
implementation ("org.atmosphere:atmosphere-vertx:2.0.1")
'org.atmosphere:atmosphere-vertx:jar:2.0.1'
<dependency org="org.atmosphere" name="atmosphere-vertx" rev="2.0.1">
<artifact name="atmosphere-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-vertx', version='2.0.1')
)
libraryDependencies += "org.atmosphere" % "atmosphere-vertx" % "2.0.1"
[org.atmosphere/atmosphere-vertx "2.0.1"]