Maven Repository - POM file for JSON jackson-mapper-asl 1.4.2 1.4.2

Summary

Data Mapper for Jackson.

Data Mapper package is a high-performance data binding package built on Jackson JSON processor.

Declaration

Here is the list of declaration for jackson-mapper-asl. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.codehaus.jackson</groupId>
   <artifactId>jackson-mapper-asl</artifactId>
   <version>1.4.2</version>
</dependency>

If you think this Maven repository POM file listing for jackson-mapper-asl 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 jackson-mapper-asl-1.4.2 has 1 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

Depended by

The following table lists the most popular artifacts which are depending on jackson-mapper-asl-1.4.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Libraryparseq 1.2.0
ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java
10
Springspring-web 3.2.0.RELEASE
Spring Web
7
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
Springspring-webmvc 3.2.6.RELEASE
Spring Web MVC
5
Web Servicerestli-client 1.9.1
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Springspring-web 3.2.1.RELEASE
Spring Web
10
Springspring-web 3.2.3.RELEASE
Spring Web
15
Libraryparseq 1.3.6
ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java
50
Springspring-web 3.2.6.RELEASE
Spring Web
8
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
Springspring-jms 3.2.4.RELEASE
Spring JMS
5
Springspring-web 3.2.5.RELEASE
Spring Web
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
Springspring-webmvc 3.2.4.RELEASE
Spring Web MVC
11
Libraryparseq 1.3.3
ParSeq is a framework that makes it easier to write and maintain fast, scalable applications in Java
36
Springspring-jms 3.2.0.RELEASE
Spring JMS
12
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
Springspring-webmvc 3.2.1.RELEASE
Spring Web MVC
7
Springspring-web 3.2.4.RELEASE
Spring Web
13
Springspring-webmvc 3.2.3.RELEASE
Spring Web MVC
15
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 jackson-mapper-asl-1.4.2.jar

org.codehaus.jackson.map
org.codehaus.jackson.map.annotate
org.codehaus.jackson.map.deser
org.codehaus.jackson.map.ext
org.codehaus.jackson.map.introspect
org.codehaus.jackson.map.ser
org.codehaus.jackson.map.type
org.codehaus.jackson.map.util
org.codehaus.jackson.node
org.codehaus.jackson.schema




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project>

 <!-- General information -->

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.codehaus.jackson</groupId>
  <artifactId>jackson-mapper-asl</artifactId>
  <packaging>jar</packaging>
  <name>Data Mapper for Jackson</name>
  <version>1.4.2</version>
  <description>Data Mapper package is a high-performance data binding package
built on Jackson JSON processor
</description>

 <!-- Contact information -->

  <url>http://jackson.codehaus.org</url>
  <issueManagement>
    <url>http://jira.codehaus.org/browse/JACKSON</url>
  </issueManagement>

 <!-- Dependency information -->
 
  <dependencies>
    <!-- need the core Jackson parser/generator jar -->
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.4.2</version>
    </dependency>
  </dependencies>

  <!-- Licensing (joy!) -->
  <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>

  <organization>
    <name>FasterXML</name>
    <url>http://fasterxml.com</url>
  </organization>

</project>