All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.core.json.CoreVersion Maven / Gradle / Ivy

package com.fasterxml.jackson.core.json;

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

/**
 * Helper class used for finding and caching version information
 * for the core bundle.
 * NOTE: although defined as public, should NOT be accessed directly
 * from outside core bundle itself.
 */
public class CoreVersion extends VersionUtil
{
    public final static CoreVersion instance = new CoreVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy