Download jackson-xc-1.8.0.jar file

Introduction

You can download jackson-xc-1.8.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jackson-xc-1.8.0.jar file has the following types.

META-INF/ASL2.0
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
org.codehaus.jackson.xc.DataHandlerJsonDeserializer.class
org.codehaus.jackson.xc.DataHandlerJsonSerializer.class
org.codehaus.jackson.xc.DomElementJsonDeserializer.class
org.codehaus.jackson.xc.DomElementJsonSerializer.class
org.codehaus.jackson.xc.JaxbAnnotationIntrospector.class
org.codehaus.jackson.xc.XmlAdapterJsonDeserializer.class
org.codehaus.jackson.xc.XmlAdapterJsonSerializer.class
org.codehaus.jackson.xc.package-info.class
org/codehaus/jackson/xc/VERSION.txt

Pom

jackson-xc-1.8.0.pom file content.

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

 <!-- General information -->

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.codehaus.jackson</groupId>
  <artifactId>jackson-xc</artifactId>
  <packaging>jar</packaging>
  <name>Xml Compatibility extensions for Jackson</name>
  <version>1.8.0</version>
  <description>Extensions that provide interoperability support for
Jackson JSON processor's data binding functionality.
</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 core and mapper jars
      -->
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.8.0</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.8.0</version>
    </dependency>
  </dependencies>

  <!-- Licensing: ASL or GPL -->
  <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>
    <license>
      <name>GNU Lesser General Public License (LGPL), Version 2.1</name>
      <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

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

</project>

POM Entry

<dependency>
   <groupId>org.codehaus.jackson</groupId>
   <artifactId>jackson-xc</artifactId>
   <version>1.8.0</version>
</dependency>

Download

If you think the following jackson-xc-1.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jackson-xc-1.8.0.jar file




PreviousNext

Related