Maven Repository - POM file for JSON jackson-core-asl 1.4.0 1.4.0

Summary

Jackson.

Jackson is a high-performance JSON processor (parser, generator).

Declaration

Here is the list of declaration for jackson-core-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-core-asl</artifactId>
   <version>1.4.0</version>
</dependency>

If you think this Maven repository POM file listing for jackson-core-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.

Depended by

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

CategoryArtifactDepended By Count
JSONjackson-mapper-asl 1.4.0
Data Mapper package is a high-performance data binding package built on Jackson JSON processor
16
Document Databasecassandra-all 0.7.0
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




Packages

The following packages are defined in the jackson-core-asl-1.4.0.jar

org.codehaus.jackson
org.codehaus.jackson.annotate
org.codehaus.jackson.impl
org.codehaus.jackson.io
org.codehaus.jackson.sym
org.codehaus.jackson.type
org.codehaus.jackson.util

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-core-asl</artifactId>
  <packaging>jar</packaging>
  <name>Jackson</name>
  <version>1.4.0</version>
  <description>Jackson is a high-performance JSON processor (parser, generator)
</description>

 <!-- Contact information -->

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

 <!-- Dependency information -->
 
  <dependencies>
    <!-- no dependencies, for now -->
  </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>