astyanax.
astyanax developed by Netflix.
Here is the list of declaration for astyanax. 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</artifactId> <version>1.56.24</version> </dependency>
If you think this Maven repository POM file listing for astyanax 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-1.56.24 has 17 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 |
Java Library | joda-time 1.6.2 Date and time library to replace JDK date handling | 137 |
JSON | jackson-mapper-asl 1.9.2 Data Mapper package is a high-performance data binding package built on Jackson JSON processor | 196 |
EJB | persistence-api 1.0 The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view. | 361 |
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 |
Development | guava 11.0.1 Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the ap... | 200 |
JEE | libthrift 0.7.0 Thrift is a software framework for scalable cross-language services development. | 103 |
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 |
XML Parser | jettison 1.2 A StAX implementation for JSON. | 128 |
JSON | jackson-core-asl 1.9.2 Jackson is a high-performance JSON processor (parser, generator) | 164 |
The following packages are defined in the astyanax-1.56.24.jar
com.netflix.astyanax com.netflix.astyanax.annotations com.netflix.astyanax.clock com.netflix.astyanax.connectionpool com.netflix.astyanax.connectionpool.exceptions com.netflix.astyanax.connectionpool.impl com.netflix.astyanax.ddl com.netflix.astyanax.ddl.impl com.netflix.astyanax.entitystore com.netflix.astyanax.impl com.netflix.astyanax.mapping com.netflix.astyanax.model com.netflix.astyanax.partitioner com.netflix.astyanax.query com.netflix.astyanax.recipes com.netflix.astyanax.recipes.locks com.netflix.astyanax.recipes.queue com.netflix.astyanax.recipes.queue.shard com.netflix.astyanax.recipes.queue.triggers com.netflix.astyanax.recipes.reader com.netflix.astyanax.recipes.storage com.netflix.astyanax.recipes.uniqueness com.netflix.astyanax.retry com.netflix.astyanax.serializers com.netflix.astyanax.shallows com.netflix.astyanax.test com.netflix.astyanax.thrift com.netflix.astyanax.thrift.ddl com.netflix.astyanax.thrift.model com.netflix.astyanax.util
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</artifactId> <version>1.56.24</version> <name>astyanax</name> <description>astyanax 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>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>1.1.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>javax.persistence</groupId> <artifactId>persistence-api</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.cassandra</groupId> <artifactId>cassandra-thrift</artifactId> <version>1.1.1</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.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.commons-csv</artifactId> <version>1.0-r706900_3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>11.0.1</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>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.jettison</groupId> <artifactId>jettison</artifactId> <version>1.2</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> </dependencies> </project>