Jackson JAXB Annotations Source Code

Jackson JAXB Annotations Source Code files are provided in the source packge (jackson-module-jaxb-annotations-2.14.0-sources.jar). You can download it at Jackson Base module Maven Website.

You can also browse Jackson JAXB Annotations Source Code below:

✍: FYIcenter.com

com/fasterxml/jackson/module/jaxb/PackageVersion.java

package com.fasterxml.jackson.module.jaxb;

import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.core.Versioned;
import com.fasterxml.jackson.core.util.VersionUtil;

/**
 * Automatically generated from PackageVersion.java.in during
 * packageVersion-generate execution of maven-replacer-plugin in
 * pom.xml.
 */
public final class PackageVersion implements Versioned {
    public final static Version VERSION = VersionUtil.parseVersion(
        "2.14.0", "com.fasterxml.jackson.module", "jackson-module-jaxb-annotations");

    @Override
    public Version version() {
        return VERSION;
    }
}

com/fasterxml/jackson/module/jaxb/PackageVersion.java

 

Or download all of them as a single archive file:

File name: jackson-module-jaxb-annotations-2.14.0-sources.jar
File size: 27411 bytes
Release date: 2022-11-05
Download 

 

jackson-core-2.2.3.jar - Jackson

Jackson Base Modules

Downloading and Reviewing jackson-*.jar

⇑⇑ Jackson - Java JSON library

2022-05-03, 3590👍, 1💬