module testshlibrary; public static class HelloWorldSharedObjectFactory { public static char[] getVersion() { return "Version:"; } }