| 组织ID: |
io.vertx |
| 项目ID: |
vertx-web |
| 版本: |
4.0.0-milestone4 |
| 最后修改时间: |
2019-12-07 12:15:46 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 大小: |
284.06KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.0.0-milestone4</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-web:4.0.0-milestone4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.0.0-milestone4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-web</artifactId>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<doc.skip>false</doc.skip>
</properties>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-common</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-common</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-bridge-common</artifactId>
</dependency>
<!--
These should be optional so they're not dragged into web applications unless they're explicitly declared
-->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-jwt</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-oauth2</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-htdigest</artifactId>
<optional>true</optional>
</dependency>
<!-- Testing -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-properties</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.4.0.Final</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.gmavenplus
</groupId>
<artifactId>
gmavenplus-plugin
</artifactId>
<versionRange>[1.2,)</versionRange>
<goals>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>io/vertx/ext/web/it/**/*.java</exclude>
</excludes>
<classpathDependencyExcludes>
<classpathDependencyExclude>com.fasterxml.jackson.core:jackson-databind</classpathDependencyExclude>
</classpathDependencyExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>attach-artifact</goal>
</goals>
<configuration>
<artifacts>
<artifact>
<file>${basedir}/src/client/vertx-eventbus.js</file>
<classifier>client</classifier>
<type>js</type>
</artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<executions>
<execution>
<id>databind-itest</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<includes>
<include>io/vertx/ext/web/it/RoutingContextDatabindTest.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.ext.web.impl.ForwardedParser.class
io.vertx.ext.web.impl.RoutingContextDecorator.class
io.vertx.ext.web.handler.impl.StaticHandlerImpl$CacheEntry.class
io.vertx.ext.web.handler.impl.FaviconHandlerImpl$1.class
io.vertx.ext.web.handler.impl.AuthorizationHandlerImpl.class
io.vertx.ext.web.handler.impl.ResponseContentTypeHandlerImpl.class
io.vertx.ext.web.handler.impl.StaticHandlerImpl$1.class
io.vertx.ext.web.handler.BasicAuthHandler.class
io.vertx.ext.web.handler.ErrorHandler.class
io.vertx.ext.web.handler.sockjs.impl.EventSourceTransport$EventSourceListener.class
io.vertx.ext.web.handler.sockjs.impl.BaseTransport$1.class
io.vertx.ext.web.handler.sockjs.impl.JsonPTransport$JsonPListener.class
io.vertx.ext.web.handler.sockjs.impl.JsonCodec.class
io.vertx.ext.web.handler.MultiTenantHandler.class
io.vertx.ext.web.handler.ChainAuthHandler.class
io.vertx.ext.web.handler.FormLoginHandler.class
io.vertx.ext.web.handler.ResponseContentTypeHandler.class
io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl.class
io.vertx.ext.web.sstore.ClusteredSessionStore.class
io.vertx.ext.web.sstore.AbstractSession.class
io.vertx.ext.web.impl.RoutingContextImplBase.class
io.vertx.ext.web.impl.ParsableLanguageValue.class
io.vertx.ext.web.impl.RouterState.class
io.vertx.ext.web.handler.impl.SessionHandlerImpl.class
io.vertx.ext.web.handler.impl.AuthorizationAuthHandler.class
io.vertx.ext.web.handler.impl.MultiTenantHandlerImpl.class
io.vertx.ext.web.handler.impl.JWTAuthHandlerImpl.class
io.vertx.ext.web.handler.impl.MethodOverrideHandlerImpl$HttpMethodTraits.class
io.vertx.ext.web.handler.AuthHandler.class
io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.class
io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1$TimeoutInfo.class
io.vertx.ext.web.LanguageHeader.class
io.vertx.ext.web.impl.ConcurrentLRUCache.class
io.vertx.ext.web.impl.ParsableMIMEValue.class
io.vertx.ext.web.impl.RoutingContextImpl.class
io.vertx.ext.web.handler.StaticHandler.class
io.vertx.ext.web.handler.impl.RedirectAuthHandlerImpl.class
io.vertx.ext.web.handler.impl.MethodOverrideHandlerImpl$1.class
io.vertx.ext.web.handler.impl.TimeoutHandlerImpl.class
io.vertx.ext.web.handler.impl.HttpStatusException.class
io.vertx.ext.web.handler.impl.FaviconHandlerImpl$Icon.class
io.vertx.ext.web.handler.SessionHandler.class
io.vertx.ext.web.handler.sockjs.impl.JsonPTransport.class
io.vertx.ext.web.handler.sockjs.impl.SockJSSession.class
io.vertx.ext.web.handler.sockjs.impl.BaseTransport$BaseListener.class
io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl$1.class
io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions.class
io.vertx.ext.web.handler.TimeoutHandler.class
io.vertx.ext.web.handler.ResponseTimeHandler.class
io.vertx.ext.web.handler.RedirectAuthHandler.class
io.vertx.ext.web.handler.LoggerHandler.class
io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl.class
io.vertx.ext.web.ParsedHeaderValue.class
io.vertx.ext.web.Router.class
io.vertx.ext.web.RoutingContext.class
META-INF/maven/io.vertx/vertx-web/pom.xml
io.vertx.ext.web.impl.RouterImpl.class
io.vertx.ext.web.impl.BlockingHandlerDecorator.class
io.vertx.ext.web.impl.RouteImpl.class
io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl$Nonce.class
io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl.class
io.vertx.ext.web.handler.impl.LoggerHandlerImpl$1.class
io.vertx.ext.web.handler.impl.FormLoginHandlerImpl.class
io.vertx.ext.web.handler.CorsHandler.class
io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$SockInfo.class
io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.class
io.vertx.ext.web.handler.sockjs.impl.TransportListener.class
io.vertx.ext.web.impl.LRUCache.class
io.vertx.ext.web.impl.RoutingContextWrapper.class
io.vertx.ext.web.impl.HeaderParser.class
io.vertx.ext.web.handler.impl.ErrorHandlerImpl.class
io.vertx.ext.web.handler.impl.StaticHandlerImpl.class
io.vertx.ext.web.handler.impl.CSRFHandlerImpl$1.class
io.vertx.ext.web.handler.impl.AuthHandlerImpl.class
io.vertx.ext.web.handler.impl.CSRFHandlerImpl.class
io.vertx.ext.web.handler.DigestAuthHandler.class
io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl.class
io.vertx.ext.web.handler.sockjs.impl.WebSocketTransport$WebSocketListener.class
io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl$1.class
io.vertx.ext.web.handler.sockjs.impl.WebSocketTransport.class
io.vertx.ext.web.handler.sockjs.impl.XhrTransport$BaseXhrListener.class
io.vertx.ext.web.handler.LoggerFormat.class
io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.class
io.vertx.ext.web.sstore.SessionStore.class
io.vertx.ext.web.sstore.LocalSessionStore.class
io.vertx.ext.web.ParsedHeaderValues.class
META-INF/INDEX.LIST
io.vertx.ext.web.impl.FileUploadImpl.class
io.vertx.ext.web.impl.HttpServerRequestWrapper.class
io.vertx.ext.web.handler.OAuth2AuthHandler.class
io.vertx.ext.web.handler.impl.UserHolder.class
io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl.class
io.vertx.ext.web.handler.impl.FaviconHandlerImpl.class
io.vertx.ext.web.handler.impl.BodyHandlerImpl.class
io.vertx.ext.web.handler.impl.BasicAuthHandlerImpl.class
io.vertx.ext.web.handler.impl.CorsHandlerImpl.class
io.vertx.ext.web.handler.impl.ResponseTimeHandlerImpl.class
io.vertx.ext.web.handler.MethodOverrideHandler.class
io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport.class
io.vertx.ext.web.handler.sockjs.impl.XhrTransport.class
io.vertx.ext.web.handler.sockjs.impl.EventSourceTransport.class
io.vertx.ext.web.handler.sockjs.impl.XhrTransport$XhrPollingListener.class
io.vertx.ext.web.handler.sockjs.Transport.class
io.vertx.ext.web.handler.sockjs.BridgeEvent.class
io.vertx.ext.web.MIMEHeader.class
io.vertx.ext.web.Session.class
META-INF/vertx/web/favicon.ico
META-INF/vertx/web/vertx-web-error.html
META-INF/vertx/web/vertx-web-directory.html
META-INF/maven/io.vertx/vertx-web/pom.properties
io.vertx.ext.web.impl.ParsableHeaderValuesContainer.class
io.vertx.ext.web.impl.ParsableHeaderValue.class
io.vertx.ext.web.impl.Utils.class
io.vertx.ext.web.handler.impl.AuthorizationAuthHandler$Type.class
io.vertx.ext.web.handler.impl.StaticHandlerImpl$FSPropsCache.class
io.vertx.ext.web.handler.impl.BodyHandlerImpl$BHandler.class
io.vertx.ext.web.handler.impl.TemplateHandlerImpl.class
io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl.class
io.vertx.ext.web.handler.BodyHandler.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
mockito-core-2.22.0.jar
/org.mockito/mockito-core/2.22.0
查看mockito-core所有版本文件
|