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

com.fasterxml.jackson.databind.cfg.DatabindVersion Maven / Gradle / Ivy

There is a newer version: 2.17.0
Show newest version
package com.fasterxml.jackson.databind.cfg;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy