License |
License |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-web |
Version | Version4.1.0.CR2 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationEclipse |
Filename | Size |
---|---|
vertx-web-4.1.0.CR2.pom | |
vertx-web-4.1.0.CR2.jar | 331 KB |
vertx-web-4.1.0.CR2-tests.jar | 373 KB |
vertx-web-4.1.0.CR2-test-sources.jar | 171 KB |
vertx-web-4.1.0.CR2-sources.jar | 273 KB |
vertx-web-4.1.0.CR2-javadoc.jar | 399 KB |
vertx-web-4.1.0.CR2-docs.zip | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.1.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web/
implementation 'io.vertx:vertx-web:4.1.0.CR2'
// https://jarcasting.com/artifacts/io.vertx/vertx-web/
implementation ("io.vertx:vertx-web:4.1.0.CR2")
'io.vertx:vertx-web:jar:4.1.0.CR2'
<dependency org="io.vertx" name="vertx-web" rev="4.1.0.CR2">
<artifact name="vertx-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web', version='4.1.0.CR2')
)
libraryDependencies += "io.vertx" % "vertx-web" % "4.1.0.CR2"
[io.vertx/vertx-web "4.1.0.CR2"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-web-common | jar | |
io.vertx : vertx-auth-common | jar | |
io.vertx : vertx-bridge-common | jar | |
io.vertx : vertx-auth-jwt Optional | jar | |
io.vertx : vertx-auth-oauth2 Optional | jar | |
io.vertx : vertx-auth-htdigest Optional | jar | |
io.vertx : vertx-auth-webauthn Optional | jar | |
io.vertx : vertx-core | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-codegen Optional | jar | |
io.vertx : vertx-docgen | jar |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-unit | jar | |
io.vertx : vertx-auth-properties | jar | |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.mockito : mockito-core | jar | 2.22.0 |
com.fasterxml.jackson.core : jackson-databind | jar | |
junit : junit | jar | 4.13.1 |
io.vertx : vertx-core | test-jar |