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

com.sun.tools.javah.resources.version Maven / Gradle / Ivy

The newest version!
package com.sun.tools.javah.resources;

public final class version extends java.util.ListResourceBundle {
    protected final Object[][] getContents() {
        return new Object[][] {
            { "full", "1.8.0-internal-b00" },
            { "jdk", "1.8.0" },
            { "release", "1.8.0-internal" },
        };
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy