| License | License | 
|---|---|
| GroupId | GroupIdio.vertx | 
| ArtifactId | ArtifactIdmod-web-server | 
| Version | Version2.0.0-final | 
| Type | Typejar | 
| Description | Descriptionmod-web-server Simple Web Server Module for Vert.x | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/io.vertx/mod-web-server/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>mod-web-server</artifactId>
    <version>2.0.0-final</version>
</dependency>// https://jarcasting.com/artifacts/io.vertx/mod-web-server/
implementation 'io.vertx:mod-web-server:2.0.0-final'// https://jarcasting.com/artifacts/io.vertx/mod-web-server/
implementation ("io.vertx:mod-web-server:2.0.0-final")'io.vertx:mod-web-server:jar:2.0.0-final'<dependency org="io.vertx" name="mod-web-server" rev="2.0.0-final">
  <artifact name="mod-web-server" type="jar" />
</dependency>@Grapes(
@Grab(group='io.vertx', module='mod-web-server', version='2.0.0-final')
)libraryDependencies += "io.vertx" % "mod-web-server" % "2.0.0-final"[io.vertx/mod-web-server "2.0.0-final"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| io.vertx : testtools | jar | 2.0.0-final |