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

it.bz.opendatahub.alpinebits.common.constants.AlpineBitsVersion Maven / Gradle / Ivy

The newest version!
// SPDX-FileCopyrightText: NOI Techpark 
//
// SPDX-License-Identifier: MPL-2.0

/*
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

package it.bz.opendatahub.alpinebits.common.constants;

/**
 * This class provides constants for all known
 * AlpineBits versions (as of 2022-10).
 */
public final class AlpineBitsVersion {

    public static final String V_2022_10 = "2022-10";
    public static final String V_2020_10 = "2020-10";
    public static final String V_2018_10 = "2018-10";
    public static final String V_2017_10 = "2017-10";
    public static final String V_2015_07B = "2015-07b";
    public static final String V_2015_07 = "2015-07";
    public static final String V_2014_04 = "2014-04";
    public static final String V_2013_04 = "2013-04";
    public static final String V_2012_05B = "2012-05b";
    public static final String V_2012_05 = "2012-05";
    public static final String V_2011_11 = "2011-11";
    public static final String V_2011_10 = "2011-10";
    public static final String V_2011_09 = "2011-09";
    public static final String V_2010_10 = "2010-10";
    public static final String V_2010_08 = "2010-08";

    private AlpineBitsVersion() {
        // Empty
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy