is not current version
Last Version 2.4.2

org.atmosphere.samples:vertx-samples 2.2.5


GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

vertx-samples
Version

Version

2.2.5
Type

Type

pom

Download vertx-samples 2.2.5

Filename Size
vertx-samples-2.2.5.pom 733 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-samples/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>vertx-samples</artifactId>
    <version>2.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-samples/
implementation 'org.atmosphere.samples:vertx-samples:2.2.5'
// https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-samples/
implementation ("org.atmosphere.samples:vertx-samples:2.2.5")
'org.atmosphere.samples:vertx-samples:pom:2.2.5'
<dependency org="org.atmosphere.samples" name="vertx-samples" rev="2.2.5">
  <artifact name="vertx-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='vertx-samples', version='2.2.5')
)
libraryDependencies += "org.atmosphere.samples" % "vertx-samples" % "2.2.5"
[org.atmosphere.samples/vertx-samples "2.2.5"]