parseq.
ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java.
Here is the list of declaration for parseq. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.linkedin.parseq</groupId> <artifactId>parseq</artifactId> <version>1.3.6</version> </dependency>
If you think this Maven repository POM file listing for parseq 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 parseq-1.3.6 has 3 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 |
---|---|---|
JSON | jackson-core-asl 1.4.2 Jackson is a high-performance JSON processor (parser, generator) | 62 |
JSON | jackson-mapper-asl 1.4.2 Data Mapper package is a high-performance data binding package built on Jackson JSON processor | 73 |
Log | slf4j-api 1.6.2 The slf4j API | 513 |
The following table lists the most popular artifacts which are depending on parseq-1.3.6. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | restli-client 1.15.2 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-server 1.15.12 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 9 |
Web Service | restli-client 1.20.0 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-server 1.15.7 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-client 1.15.4 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
Web Service | restli-server 1.15.9 Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs. | 8 |
The following packages are defined in the parseq-1.3.6.jar
com.linkedin.parseq com.linkedin.parseq.internal com.linkedin.parseq.promise com.linkedin.parseq.trace com.linkedin.parseq.trace.codec com.linkedin.parseq.trace.codec.json
Here is the content of the POM file.
<!-- Apache Maven 2 POM generated by Apache Ivy http://ant.apache.org/ivy/ Apache Ivy version: 2.2.0 20100923230623 --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.linkedin.parseq</groupId> <artifactId>parseq</artifactId> <version>1.3.6</version> <packaging>jar</packaging> <name>parseq</name> <description>ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java</description> <url>https://github.com/linkedin/parseq</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> <scm> <connection>scm:git:git://github.com/linkedin/parseq.git</connection> <url>https://github.com/linkedin/parseq</url> </scm> <dependencies> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.2</version> <scope>compile</scope> </dependency> </dependencies> </project>