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

com.brettonw.bedrock.Base Maven / Gradle / Ivy

Go to download

Base provides certain definitions that are common across the whole Bedrock family.

The newest version!
package com.brettonw.bedrock;

public class Base {
    public static final int JDK_8 = 8;
    public static final int JDK_9 = 9;
    public static final int JDK_11 = 11;
    public static final int JDK_14 = 14;
    public static final int JDK_TARGET = JDK_14;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy