Maven Repository - POM file for JEE common-jackson-api 1.3 1.3

Summary

Jackson Utils API.

Jackson API - allows for different underlying versions.

Declaration

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

<dependency>
   <groupId>nz.ac.auckland.common</groupId>
   <artifactId>common-jackson-api</artifactId>
   <version>1.3</version>
</dependency>

If you think this Maven repository POM file listing for common-jackson-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depended by

The following table lists the most popular artifacts which are depending on common-jackson-api-1.3. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmentcommon-jsresource 3.4
Common JS Resource
6
JEEcommon-jackson 1.7
Jackson dependencies and helper utilities
15




Packages

The following packages are defined in the common-jackson-api-1.3.jar

nz.ac.auckland.util

POM File Source

Here is the content of the POM file.

<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/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>nz.ac.auckland.groupapps.parent</groupId>
    <artifactId>parent-java-groupapps-central</artifactId>
    <version>1.1</version>
  </parent>

  <groupId>nz.ac.auckland.common</groupId>
  <artifactId>common-jackson-api</artifactId>
  <version>1.3</version>
  <packaging>jar</packaging>

  <name>Jackson Utils API</name>
  <description>Jackson API - allows for different underlying versions</description>

  <scm>
    <url>https://github.com/uoa-group-applications/common-jackson-api</url>
    <connection>scm:git:https://github.com/uoa-group-applications/common-jackson-api.git</connection>
    <developerConnection>scm:git:git@github.com:uoa-group-applications/common-jackson-api.git</developerConnection>
    <tag>common-jackson-api-1.3</tag>
  </scm>
  
</project>