Maven Repository - POM file for Library parseq 1.3.3 1.3.3

Summary

parseq.

ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java.

Declaration

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.3</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.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The parseq-1.3.3 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JSONjackson-core-asl 1.4.2
Jackson is a high-performance JSON processor (parser, generator)
62
JSONjackson-mapper-asl 1.4.2
Data Mapper package is a high-performance data binding package built on Jackson JSON processor
73
Logslf4j-api 1.6.2
The slf4j API
513

Depended by

The following table lists the most popular artifacts which are depending on parseq-1.3.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicerestli-server 1.10.6
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicerestli-server 1.9.3
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicerestli-server 1.9.18
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicerestli-client 1.13.4
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Web Servicerestli-server 1.9.40
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Web Servicerestli-server 1.9.5
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicerestli-server 1.9.23
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5




Packages

The following packages are defined in the parseq-1.3.3.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

POM File Source

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.3</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>