astyanax-thrift.
astyanax-thrift developed by Netflix.
Here is the list of declaration for astyanax-thrift. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.netflix.astyanax</groupId> <artifactId>astyanax-thrift</artifactId> <version>2.0.2</version> </dependency>
If you think this Maven repository POM file listing for astyanax-thrift 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 astyanax-thrift-2.0.2 has 18 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 |
---|---|---|
Data Structure | commons-codec 1.5 The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. | 166 |
JUnit | junit 4.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1256 |
Cache | concurrentlinkedhashmap-lru 1.3 A high performance version of java.util.LinkedHashMap for use as a software cache. | 117 |
Network | astyanax-core 2.0.2 astyanax-core developed by Netflix | 10 |
Java Library | joda-time 1.6.2 Date and time library to replace JDK date handling | 137 |
Inversion of Control | guava 14.0.1 Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec. | 546 |
JSON | jackson-mapper-asl 1.9.2 Data Mapper package is a high-performance data binding package built on Jackson JSON processor | 196 |
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 |
JEE | libthrift 0.7.0 Thrift is a software framework for scalable cross-language services development. | 103 |
Development | snappy-java 1.0.4.1 snappy-java: A fast compression/decompression library | 135 |
Data Structure | commons-lang 2.4 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. | 630 |
Log | slf4j-api 1.6.4 The slf4j API | 550 |
JSON | jackson-core-asl 1.9.2 Jackson is a high-performance JSON processor (parser, generator) | 164 |
XML Parser | jettison 1.2 A StAX implementation for JSON. | 128 |
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 |
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>com.netflix.astyanax</groupId> <artifactId>astyanax-thrift</artifactId> <version>2.0.2</version> <name>astyanax-thrift</name> <description>astyanax-thrift developed by Netflix</description> <url>https://github.com/Netflix/astyanax</url> <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> <issueManagement> <system>github</system> <url>https://github.com/Netflix/astyanax/issues</url> </issueManagement> <scm> <connection>scm:git:git@github.com:Netflix/astyanax.git</connection> <developerConnection>scm:git:git@github.com:Netflix/astyanax.git</developerConnection> <url>scm:git:git@github.com:Netflix/astyanax.git</url> </scm> <dependencies> <dependency> <groupId>com.eaio.uuid</groupId> <artifactId>uuid</artifactId> <version>3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> <artifactId>concurrentlinkedhashmap-lru</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.netflix.astyanax</groupId> <artifactId>astyanax-cassandra</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.netflix.astyanax</groupId> <artifactId>astyanax-core</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>1.2.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.stephenc.high-scale-lib</groupId> <artifactId>high-scale-lib</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> <version>1.0.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-thrift</artifactId> <version>1.2.11</version> <scope>compile</scope> </dependency> </dependencies> </project>