| 组织ID: |
com.twitter |
| 项目ID: |
libthrift |
| 版本: |
0.5.0-7 |
| 最后修改时间: |
2018-08-02 15:40:10 |
| 包类型: |
jar |
| 标题: |
libthrift |
| 描述: |
Thrift is a software framework for scalable cross-language services development.
This fork is due to a concurrency issue in 0.5.0 that we didn't get upstreamed.
|
| 相关URL: |
http://thrift.apache.org/ |
| 大小: |
144.62KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>libthrift</artifactId>
<version>0.5.0-7</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:libthrift:0.5.0-7
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<groupId>com.twitter</groupId>
<artifactId>libthrift</artifactId>
<packaging>jar</packaging>
<version>0.5.0-7</version>
<name>libthrift</name>
<url>http://thrift.apache.org/</url>
<description>
Thrift is a software framework for scalable cross-language services development.
This fork is due to a concurrency issue in 0.5.0 that we didn't get upstreamed.
</description>
<developers>
<developer>
<id>thrift</id>
<name>Thrift Team</name>
</developer>
<developer>
<id>twitter</id>
<name>Twitter Inc.</name>
<url>https://www.twitter.com/</url>
</developer>
</developers>
<scm>
<url>
https://git-wip-us.apache.org/repos/asf?p=thrift.git
</url>
</scm>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<!-- Test Deps -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- Release related configuration -->
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<forkMode>always</forkMode>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<arguments>-P restricted-release,sonatype-oss-release,full</arguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.thrift.async.AsyncMethodCallback.class
org.apache.thrift.async.TAsyncClient.class
org.apache.thrift.async.TAsyncClientFactory.class
org.apache.thrift.async.TAsyncClientManager$SelectThread.class
org.apache.thrift.async.TAsyncClientManager.class
org.apache.thrift.async.TAsyncMethodCall$1.class
org.apache.thrift.async.TAsyncMethodCall$State.class
org.apache.thrift.async.TAsyncMethodCall.class
org.apache.thrift.EncodingUtils.class
org.apache.thrift.meta_data.EnumMetaData.class
org.apache.thrift.meta_data.FieldMetaData.class
org.apache.thrift.meta_data.FieldValueMetaData.class
org.apache.thrift.meta_data.ListMetaData.class
org.apache.thrift.meta_data.MapMetaData.class
org.apache.thrift.meta_data.SetMetaData.class
org.apache.thrift.meta_data.StructMetaData.class
org.apache.thrift.protocol.TBase64Utils.class
org.apache.thrift.protocol.TBinaryProtocol$Factory.class
org.apache.thrift.protocol.TBinaryProtocol.class
org.apache.thrift.protocol.TCompactProtocol$Factory.class
org.apache.thrift.protocol.TCompactProtocol$Types.class
org.apache.thrift.protocol.TCompactProtocol.class
org.apache.thrift.protocol.TField.class
org.apache.thrift.protocol.TJSONProtocol$Factory.class
org.apache.thrift.protocol.TJSONProtocol$JSONBaseContext.class
org.apache.thrift.protocol.TJSONProtocol$JSONListContext.class
org.apache.thrift.protocol.TJSONProtocol$JSONPairContext.class
org.apache.thrift.protocol.TJSONProtocol$LookaheadReader.class
org.apache.thrift.protocol.TJSONProtocol.class
org.apache.thrift.protocol.TList.class
org.apache.thrift.protocol.TMap.class
org.apache.thrift.protocol.TMessage.class
org.apache.thrift.protocol.TMessageType.class
org.apache.thrift.protocol.TProtocol.class
org.apache.thrift.protocol.TProtocolException.class
org.apache.thrift.protocol.TProtocolFactory.class
org.apache.thrift.protocol.TProtocolUtil.class
org.apache.thrift.protocol.TSet.class
org.apache.thrift.protocol.TSimpleJSONProtocol$Context.class
org.apache.thrift.protocol.TSimpleJSONProtocol$Factory.class
org.apache.thrift.protocol.TSimpleJSONProtocol$ListContext.class
org.apache.thrift.protocol.TSimpleJSONProtocol$StructContext.class
org.apache.thrift.protocol.TSimpleJSONProtocol.class
org.apache.thrift.protocol.TStruct.class
org.apache.thrift.protocol.TType.class
org.apache.thrift.server.THsHaServer$Invocation.class
org.apache.thrift.server.THsHaServer$Options.class
org.apache.thrift.server.THsHaServer.class
org.apache.thrift.server.TNonblockingServer$FrameBuffer.class
org.apache.thrift.server.TNonblockingServer$Options.class
org.apache.thrift.server.TNonblockingServer$SelectThread.class
org.apache.thrift.server.TNonblockingServer.class
org.apache.thrift.server.TServer.class
org.apache.thrift.server.TServlet$1.class
org.apache.thrift.server.TServlet.class
org.apache.thrift.server.TSimpleServer.class
org.apache.thrift.server.TThreadPoolServer$1.class
org.apache.thrift.server.TThreadPoolServer$Options.class
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.class
org.apache.thrift.server.TThreadPoolServer.class
org.apache.thrift.ShortStack.class
org.apache.thrift.TApplicationException.class
org.apache.thrift.TBase.class
org.apache.thrift.TBaseHelper$1.class
org.apache.thrift.TBaseHelper$NestedStructureComparator.class
org.apache.thrift.TBaseHelper.class
org.apache.thrift.TByteArrayOutputStream.class
org.apache.thrift.TDeserializer.class
org.apache.thrift.TEnum.class
org.apache.thrift.TException.class
org.apache.thrift.TFieldIdEnum.class
org.apache.thrift.TFieldRequirementType.class
org.apache.thrift.TProcessor.class
org.apache.thrift.TProcessorFactory.class
org.apache.thrift.transport.AutoExpandingBuffer.class
org.apache.thrift.transport.AutoExpandingBufferReadTransport.class
org.apache.thrift.transport.AutoExpandingBufferWriteTransport.class
org.apache.thrift.transport.TFastFramedTransport$Factory.class
org.apache.thrift.transport.TFastFramedTransport.class
org.apache.thrift.transport.TFramedTransport$Factory.class
org.apache.thrift.transport.TFramedTransport.class
org.apache.thrift.transport.THttpClient.class
org.apache.thrift.transport.TIOStreamTransport.class
org.apache.thrift.transport.TMemoryBuffer.class
org.apache.thrift.transport.TMemoryInputTransport.class
org.apache.thrift.transport.TNonblockingServerSocket.class
org.apache.thrift.transport.TNonblockingServerTransport.class
org.apache.thrift.transport.TNonblockingSocket.class
org.apache.thrift.transport.TNonblockingTransport.class
org.apache.thrift.transport.TSaslClientTransport.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
slf4j-api-1.7.7.jar
/org.slf4j/slf4j-api/1.7.7
查看slf4j-api所有版本文件
commons-lang-2.5.jar
/commons-lang/commons-lang/2.5
查看commons-lang所有版本文件
servlet-api-2.5.jar
/javax.servlet/servlet-api/2.5
查看servlet-api所有版本文件
junit-4.4.jar
/junit/junit/4.4
查看junit所有版本文件
slf4j-log4j12-1.7.7.jar
/org.slf4j/slf4j-log4j12/1.7.7
查看slf4j-log4j12所有版本文件
|