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

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.9.2</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.9.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Networkastyanax-thrift 1.56.43
astyanax-thrift developed by Netflix
5
Networkastyanax-thrift 1.56.48
astyanax-thrift developed by Netflix
6
Networkastyanax 1.56.48
astyanax developed by Netflix
10
Networkastyanax-core 1.56.48
astyanax-core developed by Netflix
7
Networkastyanax-core 1.56.43
astyanax-core developed by Netflix
6
Networkastyanax-core 1.56.49
astyanax-core developed by Netflix
6
Networkastyanax-core 2.0.2
astyanax-core developed by Netflix
10
Document Databasecassandra-all 2.0.4
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.
9
Document Databasecassandra-driver-core 1.0.2
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
17
Networkastyanax-thrift 2.0.2
astyanax-thrift developed by Netflix
7
Networkastyanax 1.56.44
astyanax developed by Netflix
5
Networkastyanax-thrift 2.0.1
astyanax-thrift developed by Netflix
7
Document Databasecassandra-driver-core 1.0.5
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
7
Document Databaseastyanax-cassandra 1.56.44
astyanax-cassandra developed by Netflix
6
Networkastyanax-core 1.56.44
astyanax-core developed by Netflix
7
Document Databaseastyanax-cassandra 2.0.0
astyanax-cassandra developed by Netflix
8
Document Databasecassandra-all 1.2.6
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.
12
JUnitjunit-benchmarks 0.7.2
A framework for writing performance micro-benchmarks using JUnit4 annotations.
5
Document Databaseastyanax-cassandra 1.56.37
astyanax-cassandra developed by Netflix
9
Document Databasecassandra-all 1.2.11
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.
32
Networkastyanax 1.56.23
astyanax developed by Netflix
6
Document Databaseastyanax-cassandra 1.56.48
astyanax-cassandra developed by Netflix
8
Web Servicejackson-jaxrs 1.9.2
Jax-RS provider for JSON content type, based on Jackson JSON processor's data binding functionality.
8
Networkhystrix-metrics-event-stream 1.2.0
hystrix-metrics-event-stream developed by Netflix
5
Document Databasecassandra-driver-core 1.0.4
A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.
11
Networkastyanax-thrift 1.56.37
astyanax-thrift developed by Netflix
8
Document Databasecassandra-all 1.1.5
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.
5
Networkastyanax 1.56.24
astyanax developed by Netflix
13
JSONjackson-mapper-asl 1.9.2
Data Mapper package is a high-performance data binding package built on Jackson JSON processor
196




Packages

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

org.codehaus.jackson
org.codehaus.jackson.annotate
org.codehaus.jackson.format
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.9.2</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>