| 组织ID: |
com.facebook.swift |
| 项目ID: |
swift-service |
| 版本: |
0.7.0 |
| 最后修改时间: |
2019-06-20 09:36:53 |
| 包类型: |
jar |
| 标题: |
${project.artifactId} |
| 描述: |
Annotation based encoder and decoder for Thrift |
| 大小: |
64.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-service</artifactId>
<version>0.7.0</version>
</dependency>
|
| Gradle引入代码: |
com.facebook.swift:swift-service:0.7.0
|
| 下载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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-root</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>swift-service</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>Annotation based encoder and decoder for Thrift</description>
<properties>
<fb.main.basedir>${project.parent.basedir}</fb.main.basedir>
<dep.jetty.version>8.0.3.v20111011</dep.jetty.version>
</properties>
<dependencies>
<dependency>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.facebook.nifty</groupId>
<artifactId>nifty-client</artifactId>
</dependency>
<dependency>
<groupId>com.facebook.nifty</groupId>
<artifactId>nifty-core</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>jmx</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>configuration</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>stats</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>units</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>org.weakref</groupId>
<artifactId>jmxutils</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${dep.jetty.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${dep.jetty.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.facebook.swift.service.guice.ThriftClientBinder$1.class
com.facebook.swift.service.guice.ThriftClientBinder$2.class
com.facebook.swift.service.guice.ThriftClientBinder$ThriftClientProvider.class
com.facebook.swift.service.guice.ThriftClientBinder.class
com.facebook.swift.service.guice.ThriftClientModule$1.class
com.facebook.swift.service.guice.ThriftClientModule.class
com.facebook.swift.service.guice.ThriftServerModule$1.class
com.facebook.swift.service.guice.ThriftServerModule.class
com.facebook.swift.service.guice.ThriftServiceExporter$ThriftServiceExport.class
com.facebook.swift.service.guice.ThriftServiceExporter$ThriftServiceProcessorProvider.class
com.facebook.swift.service.guice.ThriftServiceExporter.class
com.facebook.swift.service.metadata.ThriftMethodMetadata.class
com.facebook.swift.service.metadata.ThriftServiceMetadata.class
com.facebook.swift.service.RuntimeTApplicationException.class
com.facebook.swift.service.RuntimeTException.class
com.facebook.swift.service.RuntimeTProtocolException.class
com.facebook.swift.service.RuntimeTTransportException.class
com.facebook.swift.service.SyncClientHelpers$1.class
com.facebook.swift.service.SyncClientHelpers$2.class
com.facebook.swift.service.SyncClientHelpers.class
com.facebook.swift.service.ThriftClient.class
com.facebook.swift.service.ThriftClientConfig.class
com.facebook.swift.service.ThriftClientManager$1.class
com.facebook.swift.service.ThriftClientManager$2.class
com.facebook.swift.service.ThriftClientManager$ThriftClientMetadata.class
com.facebook.swift.service.ThriftClientManager$ThriftInvocationHandler.class
com.facebook.swift.service.ThriftClientManager$TypeAndName.class
com.facebook.swift.service.ThriftClientManager.class
com.facebook.swift.service.ThriftMethodHandler$1.class
com.facebook.swift.service.ThriftMethodHandler$ParameterHandler.class
com.facebook.swift.service.ThriftMethodHandler.class
com.facebook.swift.service.ThriftMethodProcessor$1.class
com.facebook.swift.service.ThriftMethodProcessor$ExceptionProcessor.class
com.facebook.swift.service.ThriftMethodProcessor.class
com.facebook.swift.service.ThriftMethodStats.class
com.facebook.swift.service.ThriftServer$State.class
com.facebook.swift.service.ThriftServer.class
com.facebook.swift.service.ThriftServerConfig.class
com.facebook.swift.service.ThriftServerTimer.class
com.facebook.swift.service.ThriftServiceProcessor.class
META-INF/maven/com.facebook.swift/swift-service/pom.xml
META-INF/maven/com.facebook.swift/swift-service/pom.properties
|
| 依赖Jar: |
jetty-server-${dep.jetty.version}.jar
/org.eclipse.jetty/jetty-server/${dep.jetty.version}
查看jetty-server所有版本文件
jetty-servlet-${dep.jetty.version}.jar
/org.eclipse.jetty/jetty-servlet/${dep.jetty.version}
查看jetty-servlet所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
|