GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-vertx-assembly |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx-assembly/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-vertx-assembly</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx-assembly/
implementation 'org.atmosphere:atmosphere-vertx-assembly:1.0.0'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-vertx-assembly/
implementation ("org.atmosphere:atmosphere-vertx-assembly:1.0.0")
'org.atmosphere:atmosphere-vertx-assembly:jar:1.0.0'
<dependency org="org.atmosphere" name="atmosphere-vertx-assembly" rev="1.0.0">
<artifact name="atmosphere-vertx-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-vertx-assembly', version='1.0.0')
)
libraryDependencies += "org.atmosphere" % "atmosphere-vertx-assembly" % "1.0.0"
[org.atmosphere/atmosphere-vertx-assembly "1.0.0"]