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

robotframework-2.7.7.utest.utils.ImportByPath Maven / Gradle / Ivy

The newest version!
public class ImportByPath {
    public static int attr = 42;
    public static int func() {
        return attr;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy