com.dinstone.vertx:vertx-web

vertx-assistant project for vert.x develop

License

License

GroupId

GroupId

com.dinstone.vertx
ArtifactId

ArtifactId

vertx-web
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

vertx-assistant project for vert.x develop
Project Organization

Project Organization

dinstone

Download vertx-web

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.vertx : vertx-web jar 3.2.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-unit jar 3.2.1

Project Modules

There are no modules declared in this project.

Vert.x Assistant

Projects

  • vertx-web : building web service with annotation;
  • vertx-starter : vertx starter project for spring boot;

Versions

vertx-web maven description :

<dependency>
    <groupId>com.dinstone.vertx</groupId>
    <artifactId>vertx-web-assistant</artifactId>
    <version>2.4.0</version>
</dependency>

vertx-starter maven description :

<dependency>
    <groupId>com.dinstone.vertx</groupId>
    <artifactId>vertx-spring-boot-starter</artifactId>
    <version>1.2.0</version>
</dependency>

Versions

Version
2.0.0
1.0.0