Apache Thrift.
Thrift is a software framework for scalable cross-language services development..
Here is the list of declaration for libthrift. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> </dependency>
If you think this Maven repository POM file listing for libthrift is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt".
The libthrift-0.7.0 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | slf4j-api 1.5.8 The slf4j API | 88 |
Data Structure | commons-lang 2.5 Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 208 |
Http | httpclient 4.0.1 HttpComponents Client (base module) | 37 |
The following table lists the most popular artifacts which are depending on libthrift-0.7.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Network | astyanax-thrift 1.56.43 astyanax-thrift developed by Netflix | 5 |
Network | astyanax-thrift 1.56.48 astyanax-thrift developed by Netflix | 6 |
Database | hive-shims 0.8.1 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 7 |
Database | hive-shims 0.9.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 6 |
Document Database | cassandra-thrift 1.1.1 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 6 |
Database | hive-shims 0.8.0 Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive | 6 |
Document Database | cassandra-driver-core 1.0.2 A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol. | 17 |
Network | astyanax-thrift 2.0.2 astyanax-thrift developed by Netflix | 7 |
Network | astyanax-thrift 2.0.1 astyanax-thrift developed by Netflix | 7 |
Document Database | cassandra-driver-core 1.0.5 A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol. | 7 |
Document Database | cassandra-all 1.2.6 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 12 |
Document Database | cassandra-thrift 1.2.11 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 8 |
JEE | libfb303 0.7.0 Thrift is a software framework for scalable cross-language services development. | 7 |
Document Database | cassandra-all 1.2.11 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 32 |
Network | astyanax 1.56.23 astyanax developed by Netflix | 6 |
Document Database | cassandra-driver-core 1.0.4 A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol. | 11 |
Network | astyanax-thrift 1.56.37 astyanax-thrift developed by Netflix | 8 |
Document Database | cassandra-all 1.1.5 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 5 |
Network | astyanax 1.56.24 astyanax developed by Netflix | 13 |
The following packages are defined in the libthrift-0.7.0.jar
org.apache.thrift org.apache.thrift.async org.apache.thrift.meta_data org.apache.thrift.protocol org.apache.thrift.server org.apache.thrift.transport
Here is the content of the POM file.
<?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>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> <packaging>pom</packaging> <name>Apache Thrift</name> <description>Thrift is a software framework for scalable cross-language services development.</description> <url>http://thrift.apache.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt"</url> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/</connection> <developerConnection>scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/thrift</url> </scm> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.5.8</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> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.0.1</version> </dependency> </dependencies> </project>