| 组织ID: |
com.nike.wingtips |
| 项目ID: |
wingtips-servlet-api |
| 版本: |
0.13.0 |
| 最后修改时间: |
2019-11-29 21:11:46 |
| 包类型: |
jar |
| 标题: |
wingtips-servlet-api |
| 描述: |
Wingtips module wingtips-servlet-api |
| 相关URL: |
https://github.com/Nike-Inc/wingtips |
| 大小: |
11.19KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-servlet-api</artifactId>
<version>0.13.0</version>
</dependency>
|
| Gradle引入代码: |
com.nike.wingtips:wingtips-servlet-api:0.13.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-servlet-api</artifactId>
<version>0.13.0</version>
<name>wingtips-servlet-api</name>
<description>Wingtips module wingtips-servlet-api</description>
<url>https://github.com/Nike-Inc/wingtips</url>
<inceptionYear>2016</inceptionYear>
<organization>
<name>Nike</name>
<url>http://nike-inc.github.io</url>
</organization>
<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>
</licenses>
<developers>
<developer>
<id>nicmunroe</id>
<name>Nic Munroe</name>
</developer>
</developers>
<scm>
<connection>git@github.com:Nike-Inc/wingtips.git</connection>
<url>https://github.com/Nike-Inc/wingtips</url>
</scm>
<dependencies>
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-core</artifactId>
<version>0.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>2.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>1.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.3.21.v20170918</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.nike.wingtips.servlet.HttpSpanFactory.class
com.nike.wingtips.servlet.RequestTracingFilter.class
com.nike.wingtips.servlet.RequestTracingFilterNoAsync.class
com.nike.wingtips.servlet.RequestWithHeadersServletAdapter.class
com.nike.wingtips.servlet.ServletRuntime$Servlet2Runtime.class
com.nike.wingtips.servlet.ServletRuntime$Servlet3Runtime.class
com.nike.wingtips.servlet.ServletRuntime.class
com.nike.wingtips.servlet.WingtipsRequestSpanCompletionAsyncListener$1.class
com.nike.wingtips.servlet.WingtipsRequestSpanCompletionAsyncListener.class
|
| 依赖Jar: |
wingtips-core-0.13.0.jar
/com.nike.wingtips/wingtips-core/0.13.0
查看wingtips-core所有版本文件
junit-dep-4.11.jar
/junit/junit-dep/4.11
查看junit-dep所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
assertj-core-2.5.0.jar
/org.assertj/assertj-core/2.5.0
查看assertj-core所有版本文件
junit-dataprovider-1.10.1.jar
/com.tngtech.java/junit-dataprovider/1.10.1
查看junit-dataprovider所有版本文件
rest-assured-3.0.1.jar
/io.rest-assured/rest-assured/3.0.1
查看rest-assured所有版本文件
jetty-webapp-9.3.21.v20170918.jar
/org.eclipse.jetty/jetty-webapp/9.3.21.v20170918
查看jetty-webapp所有版本文件
|