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

cdc.impex.tools.Settings Maven / Gradle / Ivy

The newest version!
package cdc.impex.tools;

import cdc.impex.ImpExCatalog;

public final class Settings {
    private Settings() {
    }

    public static final ImpExCatalog CATALOG = new ImpExCatalog();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy