
com.brettonw.bedrock.Base Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of base Show documentation
Show all versions of base Show documentation
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