package mypackage; /** A simple library for the http_jar test. */ public class MyLib { public static String myStr() { return "my_string"; } }