package com.netbeans.mevenide; /** * Static library * */ public class Util { public Util() { } public static String getText() { return ClassWithStaticMethods.testMethod1(); } }